Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
34e044bd
Verified
Commit
34e044bd
authored
Nov 10, 2019
by
Justin Carpentier
Browse files
travis: update number of parallel process (max 2)
parent
97bdf692
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
34e044bd
...
...
@@ -32,11 +32,11 @@ script:
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_CXX_FLAGS=-w ..
# Build
-
make -j
4
-
make -j
2
# 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment