diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ci/jobs/gcc5_sanitize_tests.sh | 2 | ||||
-rwxr-xr-x | tools/ci/jobs/gcc5_sdl2_tests.sh | 2 | ||||
-rwxr-xr-x | tools/ci/jobs/gcc6_tests.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci/jobs/gcc5_sanitize_tests.sh b/tools/ci/jobs/gcc5_sanitize_tests.sh index 4e5536eed..b5b944780 100755 --- a/tools/ci/jobs/gcc5_sanitize_tests.sh +++ b/tools/ci/jobs/gcc5_sanitize_tests.sh @@ -55,7 +55,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wreturn-type -Wsequence-point -Wswitch" do_init -run_configure --enable-unittests=yes +run_configure --enable-unittests=yes $* export SDL_VIDEODRIVER=dummy export ASAN_OPTIONS=detect_leaks=0 run_make_check diff --git a/tools/ci/jobs/gcc5_sdl2_tests.sh b/tools/ci/jobs/gcc5_sdl2_tests.sh index 33886af83..4d335a1ad 100755 --- a/tools/ci/jobs/gcc5_sdl2_tests.sh +++ b/tools/ci/jobs/gcc5_sdl2_tests.sh @@ -46,7 +46,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wlogical-not-parentheses -Woverloaded-virtual" do_init -run_configure --with-sdl2 --enable-unittests=yes +run_configure --with-sdl2 --enable-unittests=yes $* export SDL_VIDEODRIVER=dummy run_make_check diff --git a/tools/ci/jobs/gcc6_tests.sh b/tools/ci/jobs/gcc6_tests.sh index 8a0a60f14..d91ea87fd 100755 --- a/tools/ci/jobs/gcc6_tests.sh +++ b/tools/ci/jobs/gcc6_tests.sh @@ -19,7 +19,7 @@ export CXXFLAGS="-pedantic -ggdb3 -O2 -pipe -Wstrict-aliasing=2 \ source ./tools/ci/flags/gcc6.sh do_init -run_configure --enable-unittests=yes +run_configure --enable-unittests=yes $* export SDL_VIDEODRIVER=dummy run_make_check |