Changeset 22f94a4 for Jenkinsfile_disabled
- Timestamp:
- Aug 11, 2020, 4:40:15 PM (5 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:
- 0d070ca
- Parents:
- 07d867b (diff), 129674b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
Jenkinsfile_disabled (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile_disabled
r07d867b r22f94a4 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.