mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-09 11:09:32 +01:00
Run everything in 2 parallel threads.
This commit is contained in:
parent
52e287a8c9
commit
5fb5002e9a
@ -96,7 +96,7 @@ script:
|
||||
-DCMAKE_EXE_LINKER_FLAGS=$GCOV_FLAGS
|
||||
..)
|
||||
- cd build
|
||||
- make tests
|
||||
- make examples
|
||||
- ctest -V `[ "$CONF" = "release" ] || echo "-E perftest"`
|
||||
- make tests -j 2
|
||||
- make examples -j 2
|
||||
- ctest -j 2 -V `[ "$CONF" = "release" ] || echo "-E perftest"`
|
||||
- make travis_doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user