summaryrefslogtreecommitdiffstats
path: root/CIbuild.sh
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-05-12 10:29:55 +0200
committerMattes D <github@xoft.cz>2015-05-12 10:29:55 +0200
commit0686b55901891b837ad099afed2047017be1abba (patch)
tree87f37a195b2bffb3ab62ca214ae4a632dacd07e7 /CIbuild.sh
parentFixed creative click-outside (diff)
parentCIBuild: Added action labels (diff)
downloadcuberite-0686b55901891b837ad099afed2047017be1abba.tar
cuberite-0686b55901891b837ad099afed2047017be1abba.tar.gz
cuberite-0686b55901891b837ad099afed2047017be1abba.tar.bz2
cuberite-0686b55901891b837ad099afed2047017be1abba.tar.lz
cuberite-0686b55901891b837ad099afed2047017be1abba.tar.xz
cuberite-0686b55901891b837ad099afed2047017be1abba.tar.zst
cuberite-0686b55901891b837ad099afed2047017be1abba.zip
Diffstat (limited to 'CIbuild.sh')
-rwxr-xr-xCIbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIbuild.sh b/CIbuild.sh
index f5a9005da..60fed73c2 100755
--- a/CIbuild.sh
+++ b/CIbuild.sh
@@ -7,9 +7,13 @@ export MCSERVER_BUILD_ID=$TRAVIS_JOB_NUMBER
export MCSERVER_BUILD_DATETIME=`date`
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
+
+echo "Checking basic style..."
cd src
lua CheckBasicStyle.lua
cd ..
+
+echo "Building..."
make -j 2;
make -j 2 test ARGS="-V";
cd MCServer/;