Changeset f37279b
- Timestamp:
- Jul 27, 2018, 3:06:41 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 0759ba0, 50697b0
- Parents:
- 56d138e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r56d138e rf37279b 302 302 def clean() { 303 303 build_stage('Cleanup') { 304 305 //do a maintainer-clean to make sure we need to remake from scratch 306 sh 'make maintainer-clean > /dev/null' 304 // clean the build by wipping the build directory 305 sh 'rm -rf build' 307 306 } 308 307 }
Note: See TracChangeset
for help on using the changeset viewer.