Changeset 56d138e for Jenkinsfile
- Timestamp:
- Jul 27, 2018, 2:32:49 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:
- f37279b
- Parents:
- 8f50da0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r8f50da0 r56d138e 262 262 // Build outside of the src tree to ease cleaning 263 263 sh "mkdir -p build" 264 dir ('build') 264 dir ('build') { 265 265 //Configure the conpilation (Output is not relevant) 266 266 //Use the current directory as the installation target so nothing escapes the sandbox
Note: See TracChangeset
for help on using the changeset viewer.