Skip to content

Commit 9bfbe91

Browse files
authored
Merge pull request diffblue#235 from diffblue/feature/travis_build_with_j2
Introducing '-j2' option to Travis builds.
2 parents 61c718b + 199f250 commit 9bfbe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
install:
162162
- ccache --max-size=1G
163163
- cmake . -Bbuild "-DCMAKE_CXX_COMPILER=${COMPILER}" "-DCMAKE_BUILD_TYPE=${BUILD_TYPE}" "-Denable_security_tests=${RUN_SECURITY_TESTS}" "-Denable_cbmc_tests=${RUN_CBMC_TESTS}"
164-
- ( cd build; make install )
164+
- ( cd build; make install -j2 )
165165

166166
# LOCAL CHANGES: Added cbmc/ prefix, and added unit and regression tests to the end of the list.
167167

0 commit comments

Comments
 (0)