1
0

Reduced number of build jobs.

This commit is contained in:
Alexander Harkness 2015-03-11 20:06:07 +00:00
parent 12971c4ce2
commit 98a4a1f3cd

View File

@ -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;