Skip to content

Commit

Permalink
Adding -j flag to make to accelerate build
Browse files Browse the repository at this point in the history
Using a conditional || so that non-interleaved error information can be presented if there are compilation problems
  • Loading branch information
codemercenary committed Jul 30, 2014
1 parent 4ef83cc commit 61ed3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ before_script:
script:
- export CPATH=/usr/include/c++/4.8:/usr/include/x86_64-linux-gnu/c++/4.8/:$CPATH
- export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8:$LD_LIBRARY_PATH
- make
- make -j 16 || make
- make test
os:
- linux
Expand Down

0 comments on commit 61ed3f5

Please sign in to comment.