Changeset 1752d0e for Jenkinsfile


Ignore:
Timestamp:
May 4, 2018, 12:11:50 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:
59be873
Parents:
a96691d
Message:

Output compiler versions in jenkins build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    ra96691d r1752d0e  
    260260                def install_dir = pwd tmp: true
    261261
     262                //Output compiler version to help with debug
     263                echo """C++ Compiler :"""
     264                sh "${compiler.cpp_cc}"
     265                echo """C   Compiler :"""
     266                sh "${compiler.cfa_cc}"
     267
    262268                //Configure the conpilation (Output is not relevant)
    263269                //Use the current directory as the installation target so nothing
Note: See TracChangeset for help on using the changeset viewer.