Changeset 32f17dc
- Timestamp:
- Jun 8, 2016, 1:11:49 PM (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:
- c9986e8
- Parents:
- 9e5f409
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r9e5f409 r32f17dc 102 102 defaultValue: false, \ 103 103 description: 'If true, the build will be promoted to the do-lang git repository (on successful builds only)', \ 104 name: 'promote _build'\104 name: 'promoteBuild2DoLang' \ 105 105 ]] \ 106 106 ]]) 107 107 108 if(promote_build) 109 { 110 echo 'FULL BUILD' 111 } 108 echo "FULL BUILD = ${promoteBuild2DoLang}" 112 109 113 110 //Compile using gcc-4.9
Note: See TracChangeset
for help on using the changeset viewer.