Changeset 05c34c3 for Jenkinsfile
- Timestamp:
- Jun 26, 2019, 10:14:36 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:
- 35a408b7
- Parents:
- f93f35a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
rf93f35a r05c34c3 138 138 dir (BuildDir) { 139 139 //Run the tests from the tests directory 140 sh 'make --no-print-directory -C tests timeouts="--timeout= 1200" all-tests debug=yes'141 sh 'make --no-print-directory -C tests timeouts="--timeout= 1200" all-tests debug=no '140 sh 'make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=yes' 141 sh 'make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no ' 142 142 } 143 143 }
Note: See TracChangeset
for help on using the changeset viewer.