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_clang6/.gitlab-ci.yml | |
parent | da0d45775996118858b918b4e308d25ebc0ba62a (diff) | |
download | manaplus-e384b234da9822197fab3eee665fdd2bceced08f.tar.gz manaplus-e384b234da9822197fab3eee665fdd2bceced08f.tar.bz2 manaplus-e384b234da9822197fab3eee665fdd2bceced08f.tar.xz manaplus-e384b234da9822197fab3eee665fdd2bceced08f.zip |
Add workaround for compilation warning in SDL 1.2 with new Mesa.
Diffstat (limited to 'tools/ci/branches/ci_clang6/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_clang6/.gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_clang6/.gitlab-ci.yml b/tools/ci/branches/ci_clang6/.gitlab-ci.yml index fbbfa8bee..87928a726 100644 --- a/tools/ci/branches/ci_clang6/.gitlab-ci.yml +++ b/tools/ci/branches/ci_clang6/.gitlab-ci.yml @@ -17,6 +17,7 @@ clang-6.0_tests: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang60_tests.sh --without-dyecmd --without-manaplusgame <<: *job-push variables: @@ -31,6 +32,7 @@ clang-6.0_tests: clang-6.0_tests_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang60_tests.sh --without-dyecmd --without-manaplusgame <<: *job-push image: vicamo/debian:sid-i386 @@ -75,6 +77,7 @@ clang-6.0_tests_sdl2_i386: clang-6.0: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang60.sh - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -90,6 +93,7 @@ clang-6.0: clang-6.0_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang60.sh - ./tools/ci/scripts/runtests.sh <<: *job-push |