Skip to content
Snippets Groups Projects
Verified Commit 34e044bd authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: update number of parallel process (max 2)

parent 97bdf692
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,11 @@ script:
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w ..
# Build
- make -j4
- make -j2
# Run unit tests
- travis_wait 30 make test || travis_wait 30 ctest -VV
- travis_wait 30 make -j2 test
# Make sure we can install and uninstall with no issues
- sudo make -j4 install
- sudo make -j4 uninstall
- sudo make install
- sudo make uninstall
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment