Skip to content

Commit

Permalink
Reduced number of build jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed Mar 11, 2015
1 parent 12971c4 commit 98a4a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CIbuild.sh
Expand Up @@ -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;
Expand Down

0 comments on commit 98a4a1f

Please sign in to comment.