diff options
Diffstat (limited to 'other/travis/env.sh')
-rw-r--r-- | other/travis/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/travis/env.sh b/other/travis/env.sh index 4899ec25..aeb00c82 100644 --- a/other/travis/env.sh +++ b/other/travis/env.sh | |||
@@ -8,6 +8,7 @@ export PKG_CONFIG_PATH=$CACHE_DIR/lib/pkgconfig | |||
8 | export ASTYLE=$CACHE_DIR/astyle/build/gcc/bin/astyle | 8 | export ASTYLE=$CACHE_DIR/astyle/build/gcc/bin/astyle |
9 | export CFLAGS="-O3 -DTRAVIS_ENV=1" | 9 | export CFLAGS="-O3 -DTRAVIS_ENV=1" |
10 | export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON -DBUILD_NTOX=ON" | 10 | export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON -DBUILD_NTOX=ON" |
11 | export MAKE=make | ||
11 | 12 | ||
12 | BUILD_DIR=_build | 13 | BUILD_DIR=_build |
13 | MAX_TEST_RETRIES=3 | 14 | MAX_TEST_RETRIES=3 |