Skip to content

Commit

Permalink
Merge pull request #141 from abarth/travis_experiments
Browse files Browse the repository at this point in the history
Try building Release with -j 2
  • Loading branch information
abarth committed Jul 20, 2015
2 parents ba949fd + 99ba1e7 commit 5c6d38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -ex

# Linux Debug
./sky/tools/gn --debug
ninja -j 1 -C out/Debug
./sky/tools/gn --release
ninja -j 2 -C out/Release

0 comments on commit 5c6d38d

Please sign in to comment.