Changeset 01b8088d
- Timestamp:
- Jun 3, 2016, 1:14:34 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:
- 86f641b
- Parents:
- aec9a67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
raec9a67 r01b8088d 8 8 def install_dir = pwd tmp: true 9 9 //checkout the source code and clean the repo 10 sh "rm -rf * ${install_dir}/*"11 10 checkout scm 11 sh 'git clean -fdqx' 12 sh 'git reset --hard' 12 13 13 14 build_stage 'Build' … … 31 32 build_stage 'Cleanup' 32 33 33 //Cleanup the install dir 34 sh "rm -rf ${install_dir}/*" 34 //No clean step needed for now 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.