Skip to content

Commit

Permalink
Change number of Travis build threads to 4 instead of unrealistic 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennady Pospelov committed May 14, 2020
1 parent 50dcdb3 commit 6654995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/linux/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker exec dd bash -c "mkdir build"
docker exec dd bash -c "cd build && cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE .."
docker exec dd bash -c "cd build && make -j9"
docker exec dd bash -c "cd build && make -j4"

0 comments on commit 6654995

Please sign in to comment.