Changeset d56c05d0 for Jenkinsfile
- Timestamp:
- Jun 23, 2016, 11:19:16 AM (8 years ago)
- 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:
- 74d1804, c2ad3c9, f1ee72e
- Parents:
- d541057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rd541057 rd56c05d0 188 188 cfa_build(doPromoteBuild2DoLang) 189 189 190 //Compile latex documentation 191 doc_build() 192 190 193 if( doPromoteBuild2DoLang ) { 191 194 //Compile using gcc-5 … … 196 199 currentCC = new CC_Desc('gcc-6', 'g++-6', 'gcc-6') 197 200 cfa_build(true) 198 } 199 200 //Compile latex documentation 201 doc_build() 202 203 if( doPromoteBuild2DoLang ) { 201 202 //Push latest changes to do-lang repo 204 203 push_build() 205 204 }
Note: See TracChangeset
for help on using the changeset viewer.