Changeset dcf1979 for Jenkinsfile
- Timestamp:
- Aug 10, 2020, 3:40:12 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- e2702fd
- Parents:
- a8bad5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
ra8bad5b rdcf1979 114 114 release = Settings.RunAllTests || Settings.RunBenchmark 115 115 build_stage('Build : configure', true) { 116 // Configure must be run inside the tree 117 dir (SrcDir) { 118 // Generate the necessary build files 119 sh './autogen.sh' 120 } 121 116 122 // Build outside of the src tree to ease cleaning 117 123 dir (BuildDir) {
Note: See TracChangeset
for help on using the changeset viewer.