Merge pull request #2519 from cuberite/RemoveStyleCheckFromTravis
Removed the BasicStyleCheck from Travis builds.
This commit is contained in:
commit
d8127aa228
@ -11,7 +11,6 @@ addons:
|
|||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
- lua5.1
|
|
||||||
|
|
||||||
script: ./CIbuild.sh
|
script: ./CIbuild.sh
|
||||||
|
|
||||||
|
@ -13,11 +13,6 @@ if [ "$CXX" == "g++" ]; then
|
|||||||
fi
|
fi
|
||||||
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
|
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
|
||||||
|
|
||||||
echo "Checking basic style..."
|
|
||||||
cd src
|
|
||||||
lua CheckBasicStyle.lua
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
echo "Building..."
|
echo "Building..."
|
||||||
make -j 2;
|
make -j 2;
|
||||||
make -j 2 test ARGS="-V";
|
make -j 2 test ARGS="-V";
|
||||||
|
Loading…
Reference in New Issue
Block a user