diff options
author | Mattes D <github@xoft.cz> | 2014-12-25 08:49:47 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-25 08:49:47 +0100 |
commit | ff65e77c577370862a0e6bc7de3c968308c92aa5 (patch) | |
tree | f6c086634a29e8c96094016ea1a0a8dc35a95027 /CIbuild.sh | |
parent | Fixed tools compilation. (diff) | |
download | cuberite-ff65e77c577370862a0e6bc7de3c968308c92aa5.tar cuberite-ff65e77c577370862a0e6bc7de3c968308c92aa5.tar.gz cuberite-ff65e77c577370862a0e6bc7de3c968308c92aa5.tar.bz2 cuberite-ff65e77c577370862a0e6bc7de3c968308c92aa5.tar.lz cuberite-ff65e77c577370862a0e6bc7de3c968308c92aa5.tar.xz cuberite-ff65e77c577370862a0e6bc7de3c968308c92aa5.tar.zst cuberite-ff65e77c577370862a0e6bc7de3c968308c92aa5.zip |
Diffstat (limited to 'CIbuild.sh')
-rwxr-xr-x | CIbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CIbuild.sh b/CIbuild.sh index 5d95f88a6..6e54187ac 100755 --- a/CIbuild.sh +++ b/CIbuild.sh @@ -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/; |