Changeset 59be873


Ignore:
Timestamp:
May 4, 2018, 12:13:20 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:
7c45c42
Parents:
1752d0e
Message:

Fixed Jenkinsfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

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