From e384b234da9822197fab3eee665fdd2bceced08f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Nov 2018 23:23:14 +0300 Subject: Add workaround for compilation warning in SDL 1.2 with new Mesa. --- tools/ci/branches/ci_clang7/.gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/ci/branches/ci_clang7/.gitlab-ci.yml') diff --git a/tools/ci/branches/ci_clang7/.gitlab-ci.yml b/tools/ci/branches/ci_clang7/.gitlab-ci.yml index 5231ad073..6b46e9fb1 100644 --- a/tools/ci/branches/ci_clang7/.gitlab-ci.yml +++ b/tools/ci/branches/ci_clang7/.gitlab-ci.yml @@ -17,6 +17,7 @@ clang-7.0_tests: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-manaplusgame <<: *job-push variables: @@ -31,6 +32,7 @@ clang-7.0_tests: clang-7.0_tests_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang70_tests.sh --without-dyecmd --without-manaplusgame <<: *job-push image: vicamo/debian:sid-i386 @@ -75,6 +77,7 @@ clang-7.0_tests_sdl2_i386: clang-7.0: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang70.sh - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -90,6 +93,7 @@ clang-7.0: clang-7.0_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/clang70.sh - ./tools/ci/scripts/runtests.sh <<: *job-push -- cgit v1.2.3-60-g2f50