Changeset cbb675d for Jenkinsfile
- Timestamp:
- May 9, 2017, 8:04:00 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 58cb21c
- Parents:
- 903f7c3 (diff), 0961bf4 (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
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r903f7c3 rcbb675d 274 274 //Run the tests from the tests directory 275 275 if ( do_alltests ) { 276 sh 'make -C src/tests all-tests debug=yes '277 sh 'make -C src/tests all-tests debug=no '276 sh 'make -C src/tests all-tests debug=yes --no-print-directory' 277 sh 'make -C src/tests all-tests debug=no --no-print-directory' 278 278 } 279 279 else { 280 sh 'make -C src/tests '280 sh 'make -C src/tests --no-print-directory' 281 281 } 282 282 }
Note: See TracChangeset
for help on using the changeset viewer.