Changeset 0240a7cb for Jenkinsfile
- Timestamp:
- Feb 11, 2022, 4:37:53 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 8761d40a, eb211bf
- Parents:
- 7d84369
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r7d84369 r0240a7cb 163 163 jopt = "" 164 164 if( Settings.Architecture.node == 'x86' ) { 165 jopt = "-j 1"165 jopt = "-j2" 166 166 } 167 167 //Run the tests from the tests directory
Note: See TracChangeset
for help on using the changeset viewer.