travis: Parallelized tests
This commit is contained in:
parent
f86714cbb1
commit
1e32935ff6
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ script:
|
||||||
- |
|
- |
|
||||||
if [ "${TESTS:-ON}" = "ON" ]; then
|
if [ "${TESTS:-ON}" = "ON" ]; then
|
||||||
TERM=dumb cmake --build . --target criterion_tests -- -j4
|
TERM=dumb cmake --build . --target criterion_tests -- -j4
|
||||||
ctest --output-on-failure
|
ctest --output-on-failure -j4
|
||||||
else
|
else
|
||||||
TERM=dumb cmake --build . -- -j4
|
TERM=dumb cmake --build . -- -j4
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue