1
0
Fork 0

Travis style check in the right folder.

This commit is contained in:
Mattes D 2014-12-25 09:11:25 +01:00
parent e8c8aca779
commit f5005fd2f8
1 changed files with 3 additions and 1 deletions

View File

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