Changes in Jenkinsfile [0961bf4:f408e1a]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r0961bf4 rf408e1a 274 274 //Run the tests from the tests directory 275 275 if ( do_alltests ) { 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'276 sh 'make -C src/tests all-tests debug=yes' 277 sh 'make -C src/tests all-tests debug=no' 278 278 } 279 279 else { 280 sh 'make -C src/tests --no-print-directory'280 sh 'make -C src/tests' 281 281 } 282 282 }
Note:
See TracChangeset
for help on using the changeset viewer.