Run everything in 2 parallel threads.

This commit is contained in:
Omer Katz 2015-12-31 12:35:25 +02:00
parent 52e287a8c9
commit 5fb5002e9a

View File

@ -96,7 +96,7 @@ script:
-DCMAKE_EXE_LINKER_FLAGS=$GCOV_FLAGS -DCMAKE_EXE_LINKER_FLAGS=$GCOV_FLAGS
..) ..)
- cd build - cd build
- make tests - make tests -j 2
- make examples - make examples -j 2
- ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"` - ctest -j 2 -V `[ "$CONF" = "release" ] || echo "-E perftest"`
- make travis_doc - make travis_doc