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
1 changed files with 1 additions and 1 deletions
|
@ -36,8 +36,8 @@ before_install:
|
|||
|
||||
- if [ "$BUILD" = 3 ]; then export ALTERNATE_CONFIGURATION=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 EXTRA_FLAGS_RELEASE=""; fi
|
||||
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export WML_TEST_TIME=20; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue