Skip to content

Commit

Permalink
Try building Release with -j 2
Browse files Browse the repository at this point in the history
Maybe this will work now that we have less code.
  • Loading branch information
abarth committed Jul 20, 2015
1 parent 65c8822 commit 99ba1e7
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 99ba1e7

Please sign in to comment.