diff options
author | Alexander Harkness <me@bearbin.net> | 2015-03-11 21:06:07 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-03-11 21:06:07 +0100 |
commit | 98a4a1f3cddcd8a363807a99bb5acbda269f06aa (patch) | |
tree | 28c2e8add97db6c8c1a35db6edf1c3e21ecb175e /CIbuild.sh | |
parent | Reduce amount of testing, realises #1795 (diff) | |
download | cuberite-98a4a1f3cddcd8a363807a99bb5acbda269f06aa.tar cuberite-98a4a1f3cddcd8a363807a99bb5acbda269f06aa.tar.gz cuberite-98a4a1f3cddcd8a363807a99bb5acbda269f06aa.tar.bz2 cuberite-98a4a1f3cddcd8a363807a99bb5acbda269f06aa.tar.lz cuberite-98a4a1f3cddcd8a363807a99bb5acbda269f06aa.tar.xz cuberite-98a4a1f3cddcd8a363807a99bb5acbda269f06aa.tar.zst cuberite-98a4a1f3cddcd8a363807a99bb5acbda269f06aa.zip |
Diffstat (limited to '')
-rwxr-xr-x | CIbuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CIbuild.sh b/CIbuild.sh index 490ff2e04..755dc7daa 100755 --- a/CIbuild.sh +++ b/CIbuild.sh @@ -10,8 +10,8 @@ cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1; cd src lua CheckBasicStyle.lua cd .. -make -j 4; -make -j 4 test; +make -j 2; +make -j 2 test; cd MCServer/; if [ "$TRAVIS_MCSERVER_BUILD_TYPE" != "COVERAGE" ] then echo stop | $MCSERVER_PATH; |