Changeset 371fd1b


Ignore:
Timestamp:
Jun 3, 2016, 11:38: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:
94d40c5
Parents:
4064107
Message:

rename build routine to cfa_build since something seems to screw with the build process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r4064107 r371fd1b  
    44//===========================================================================================================
    55//Compilation script is done here but environnement set-up and error handling is done in main loop
    6 def build() {
     6def cfa_build() {
    77        build_stage 'Checkout'
    88                def install_dir = pwd tmp: true
     
    7575                                //Compile using gcc-4.9
    7676                                currentCC = ['gcc-4.9', 'g++-4.9', 'gcc-4.9'] as CC_Desc
    77                                 build()
     77                                cfa_build()
    7878
    7979                //      }
Note: See TracChangeset for help on using the changeset viewer.