Added basic style checking to Travis builds.
This commit is contained in:
parent
7d35e84578
commit
ff65e77c57
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user