Changeset 5095a00 for Jenkinsfile


Ignore:
Timestamp:
Jun 3, 2016, 11:47:20 AM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
f25bcb6
Parents:
94d40c5
Message:

moved up prints since apparently the build crashes earlier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r94d40c5 r5095a00  
    7575
    7676                                //Compile using gcc-4.9
     77                                echo "Compiler: "
    7778                                currentCC = ['gcc-4.9', 'g++-4.9', 'gcc-4.9'] as CC_Desc
    78                                 echo "Compiler: "
    7979                                echo "${currentCC.cc_name} [CXX=${currentCC.cpp_cc}, CC=${currentCC.cfa_backend_cc}]"
    8080                                cfa_build()
Note: See TracChangeset for help on using the changeset viewer.