Changeset 143e6f3 for Jenkinsfile
- Timestamp:
- Aug 15, 2019, 10:54:47 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ddee972
- Parents:
- 3c7f01b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Jenkinsfile ¶
r3c7f01b r143e6f3 165 165 dir (BuildDir) { 166 166 //Run the tests from the tests directory 167 sh 'make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=yes' 168 sh 'make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no ' 167 sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=yes archiveerrors=${BuildDir}/tests/crashes/debug""" 168 sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no archiveerrors=${BuildDir}/tests/crashes/nodebug""" 169 170 if(fileExists "${BuildDir}/tests/crashes") { 171 archiveArtifacts artifacts: "${BuildDir}/tests/crashes", fingerprint: true 172 } 169 173 } 170 174 }
Note: See TracChangeset
for help on using the changeset viewer.