1
0
Fork 0

Added basic style checking to Travis builds.

This commit is contained in:
Mattes D 2014-12-25 08:49:47 +01:00
parent 7d35e84578
commit ff65e77c57
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export MCSERVER_BUILD_ID=$TRAVIS_JOB_NUMBER
export MCSERVER_BUILD_DATETIME=`date`
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
lua src/CheckBasicStyle.lua
make -j 2;
make -j 2 test;
cd MCServer/;