diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-17 22:46:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-17 22:46:43 +0300 |
commit | 324aae21e0c920b53ccc12d14f2550fc2d95e083 (patch) | |
tree | aa3a66249a455089b7f4b96852a597f998e7777a /nightly | |
parent | 9020af071e467fd15ac3d5568c2c95a73da4a7d6 (diff) | |
download | plus-324aae21e0c920b53ccc12d14f2550fc2d95e083.tar.gz plus-324aae21e0c920b53ccc12d14f2550fc2d95e083.tar.bz2 plus-324aae21e0c920b53ccc12d14f2550fc2d95e083.tar.xz plus-324aae21e0c920b53ccc12d14f2550fc2d95e083.zip |
Add -j8 to nightly linux build script.
Diffstat (limited to 'nightly')
-rwxr-xr-x | nightly/buildlinux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly/buildlinux.sh b/nightly/buildlinux.sh index c5cec9a41..b57b5ee71 100755 --- a/nightly/buildlinux.sh +++ b/nightly/buildlinux.sh @@ -13,7 +13,7 @@ if [ "$result" != 0 ]; then exit $result fi -make +make -j8 result=$? if [ "$result" != 0 ]; then exit $result |