summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-24 23:23:14 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-24 23:23:14 +0300
commite384b234da9822197fab3eee665fdd2bceced08f (patch)
treed936ef10a421076b80eea9a1edcf95e740958879 /tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
parentda0d45775996118858b918b4e308d25ebc0ba62a (diff)
downloadplus-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_clang4_5/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_clang4_5/.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml b/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
index 23b8687fd..ebc9c99e1 100644
--- a/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_clang4_5/.gitlab-ci.yml
@@ -19,6 +19,7 @@
clang-4.0:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/clang40.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -35,6 +36,7 @@ clang-4.0:
clang-5.0:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/clang50.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push