1
0
Fork 0

CIBuild: Added action labels

This commit is contained in:
Mattes D 2015-05-12 09:21:43 +02:00
parent 4b97569b3a
commit a729cba82e
1 changed files with 4 additions and 0 deletions

View File

@ -7,9 +7,13 @@ export MCSERVER_BUILD_ID=$TRAVIS_JOB_NUMBER
export MCSERVER_BUILD_DATETIME=`date` export MCSERVER_BUILD_DATETIME=`date`
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1; cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
echo "Checking basic style..."
cd src cd src
lua CheckBasicStyle.lua lua CheckBasicStyle.lua
cd .. cd ..
echo "Building..."
make -j 2; make -j 2;
make -j 2 test ARGS="-V"; make -j 2 test ARGS="-V";
cd MCServer/; cd MCServer/;