Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5c6d38d

Browse files
committed
Merge pull request #141 from abarth/travis_experiments
Try building Release with -j 2
2 parents ba949fd + 99ba1e7 commit 5c6d38d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -ex
33

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

0 commit comments

Comments
 (0)