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 | |
parent | 3719c196c88723c0d9f05a92ef30454429a4b82f (diff) | |
download | ManaVerse-2da94c63be0dd5ff21442ffdf594d8862ac2c656.tar.gz ManaVerse-2da94c63be0dd5ff21442ffdf594d8862ac2c656.tar.bz2 ManaVerse-2da94c63be0dd5ff21442ffdf594d8862ac2c656.tar.xz ManaVerse-2da94c63be0dd5ff21442ffdf594d8862ac2c656.zip |
Add ci tests without opengl support.
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 |