Changeset 7c45c42 for Jenkinsfile


Ignore:
Timestamp:
May 4, 2018, 12:24:17 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
67db067, a64a413
Parents:
59be873
Message:

Jenkins now also displays compiler path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r59be873 r7c45c42  
    262262                //Output compiler version to help with debug
    263263                echo """C++ Compiler :"""
    264                 sh "${compiler.cpp_cc} --version"
     264                sh "which ${compiler.cpp_cc} && ${compiler.cpp_cc} --version"
    265265                echo """C   Compiler :"""
    266                 sh "${compiler.cfa_cc} --version"
     266                sh "which ${compiler.cfa_cc} && ${compiler.cfa_cc} --version"
    267267
    268268                //Configure the conpilation (Output is not relevant)
Note: See TracChangeset for help on using the changeset viewer.