diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-24 23:23:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-24 23:23:14 +0300 |
commit | e384b234da9822197fab3eee665fdd2bceced08f (patch) | |
tree | d936ef10a421076b80eea9a1edcf95e740958879 /tools/ci/branches/ci_glibcdebug | |
parent | da0d45775996118858b918b4e308d25ebc0ba62a (diff) | |
download | plus-e384b234da9822197fab3eee665fdd2bceced08f.tar.gz plus-e384b234da9822197fab3eee665fdd2bceced08f.tar.bz2 plus-e384b234da9822197fab3eee665fdd2bceced08f.tar.xz plus-e384b234da9822197fab3eee665fdd2bceced08f.zip |
Add workaround for compilation warning in SDL 1.2 with new Mesa.
Diffstat (limited to 'tools/ci/branches/ci_glibcdebug')
-rw-r--r-- | tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml b/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml index c7f666e7a..4b079a1bc 100644 --- a/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml +++ b/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml @@ -19,6 +19,7 @@ gcc-8_tests_glibcdebug_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug image: vicamo/debian:sid-i386 <<: *job-push @@ -34,6 +35,7 @@ gcc-8_tests_glibcdebug_i386: gcc-8_glibcdebug: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc8.sh --enable-glibcdebug --without-dyecmd - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -47,6 +49,7 @@ gcc-8_glibcdebug: gcc-8_glibcdebug_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc8.sh --enable-glibcdebug --without-dyecmd - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -89,6 +92,7 @@ gcc-8_glibcdebug_sdl2_i386: clang-7.0_glibcdebug_tests: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug <<: *job-push variables: @@ -117,6 +121,7 @@ clang-7.0_glibcdebug_tests_sdl2: clang-7.0_glibcdebug: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang70.sh --enable-glibcdebug - ./tools/ci/scripts/runtests.sh <<: *job-push |