diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-22 19:00:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-22 19:00:35 +0300 |
commit | 2da94c63be0dd5ff21442ffdf594d8862ac2c656 (patch) | |
tree | 53f2ae2764a1699849696a2764afa1579158c051 /tools/ci/jobs/gcc5_sdl2_tests.sh | |
parent | 3719c196c88723c0d9f05a92ef30454429a4b82f (diff) | |
download | plus-2da94c63be0dd5ff21442ffdf594d8862ac2c656.tar.gz plus-2da94c63be0dd5ff21442ffdf594d8862ac2c656.tar.bz2 plus-2da94c63be0dd5ff21442ffdf594d8862ac2c656.tar.xz plus-2da94c63be0dd5ff21442ffdf594d8862ac2c656.zip |
Add ci tests without opengl support.
Diffstat (limited to 'tools/ci/jobs/gcc5_sdl2_tests.sh')
-rwxr-xr-x | tools/ci/jobs/gcc5_sdl2_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |