set travis to use gcc -O2, and to not build the unit tests
This commit is contained in:
parent
90ca3e7026
commit
c9c75e9933
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ before_install:
|
|||
- 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
|
||||
- if [ "$CXX" = "g++" ]; then export CPP_TESTS=false; fi
|
||||
- if [ "$CXX" = "g++" ]; then export EXTRA_FLAGS_RELEASE=""; fi
|
||||
- if [ "$CXX" = "g++" ]; then export WML_TESTS=false; fi
|
||||
- if [ "$CXX" = "g++" ]; then export PLAY_TEST=false; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CHECK_UTF8=false; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue