mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 17:03:19 +00:00
travis: disable C++ unit tests when doing the CXX11 build
it is timing out too often, so don't run them, although we still build them
This commit is contained in:
parent
9fc66b7486
commit
e0c7bc5175
@ -36,8 +36,8 @@ before_install:
|
|||||||
|
|
||||||
- if [ "$BUILD" = 3 ]; then export ALTERNATE_CONFIGURATION=true; fi
|
- if [ "$BUILD" = 3 ]; then export ALTERNATE_CONFIGURATION=true; fi
|
||||||
- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
|
- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
|
||||||
|
- if [ "$BUILD" = 4 ]; then export CPP_TESTS=false; fi
|
||||||
|
|
||||||
-
|
|
||||||
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export STRICT_COMPILATION=false; fi
|
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export STRICT_COMPILATION=false; fi
|
||||||
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export EXTRA_FLAGS_RELEASE=""; fi
|
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export EXTRA_FLAGS_RELEASE=""; fi
|
||||||
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export WML_TEST_TIME=20; fi
|
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export WML_TEST_TIME=20; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user