summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-05-12 09:21:43 +0200
committerMattes D <github@xoft.cz>2015-05-12 09:21:43 +0200
commita729cba82ebc110f4765c4fbc9c62c04153cb632 (patch)
tree136de09e6b9a1bd8c7143224cd4094c32596a722
parentToLua now generates cLuaState::Push() and GetStackValue() (diff)
downloadcuberite-a729cba82ebc110f4765c4fbc9c62c04153cb632.tar
cuberite-a729cba82ebc110f4765c4fbc9c62c04153cb632.tar.gz
cuberite-a729cba82ebc110f4765c4fbc9c62c04153cb632.tar.bz2
cuberite-a729cba82ebc110f4765c4fbc9c62c04153cb632.tar.lz
cuberite-a729cba82ebc110f4765c4fbc9c62c04153cb632.tar.xz
cuberite-a729cba82ebc110f4765c4fbc9c62c04153cb632.tar.zst
cuberite-a729cba82ebc110f4765c4fbc9c62c04153cb632.zip
-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/;