diff options
Diffstat (limited to 'tools/ci/jobs/gcc5_sdl2_tests.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5_sdl2_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ci/jobs/gcc5_sdl2_tests.sh b/tools/ci/jobs/gcc5_sdl2_tests.sh index e9f193133..1efd6cddf 100755 --- a/tools/ci/jobs/gcc5_sdl2_tests.sh +++ b/tools/ci/jobs/gcc5_sdl2_tests.sh @@ -44,6 +44,7 @@ export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ -Wswitch-bool -Wmemset-transposed-args -Wchkp -Wc++14-compat -Wsized-deallocation \ -Wlogical-not-parentheses -Woverloaded-virtual" +do_init run_configure --with-sdl2 --enable-unittests=yes export SDL_VIDEODRIVER=dummy run_make check |