mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 06:53:27 +00:00
travis: disable all tests on the translations build
This commit is contained in:
parent
e02787e3b6
commit
3101d826ed
@ -43,6 +43,9 @@ before_install:
|
||||
- if [ "$BUILD" = 4 ]; then export CPP_TESTS=false; fi
|
||||
- if [ "$BUILD" = 5 ]; then export NLS=true; fi
|
||||
- if [ "$BUILD" = 5 ]; then export TARGETS="translations"; fi
|
||||
- if [ "$BUILD" = 5 ]; then export WML_TESTS=false; fi
|
||||
- if [ "$BUILD" = 5 ]; then export CPP_TESTS=false; fi
|
||||
- if [ "$BUILD" = 5 ]; then export PLAY_TEST=false; fi
|
||||
|
||||
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export STRICT_COMPILATION=false; fi
|
||||
- if [ "$ALTERNATE_CONFIGURATION" = true ]; then export EXTRA_FLAGS_RELEASE=""; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user