Skip to content

Commit

Permalink
CI: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Dec 29, 2017
1 parent 301f734 commit 2d38d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ matrix:
script:
- cmake -P ci-build.cmake
- BUILD_CMD="cmake --build ."
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then BUILD_CMD="$BUILD_CMD -- -k" ; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then BUILD_CMD="$BUILD_CMD -- -k -j 2" ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then BUILD_CMD="set -o pipefail && $BUILD_CMD | xcpretty" ; fi
- echo $BUILD_CMD && eval $BUILD_CMD
# run unit tests
Expand Down

0 comments on commit 2d38d37

Please sign in to comment.