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_gcc-snapshot/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml') diff --git a/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml b/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml index a45754285..ee9f61205 100644 --- a/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml @@ -19,6 +19,7 @@ gcc-snapshot: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gccsnapshot.sh - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -34,6 +35,7 @@ gcc-snapshot: gcc-snapshot_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gccsnapshot.sh - ./tools/ci/scripts/runtests.sh image: vicamo/debian:sid-i386 -- cgit v1.2.3-70-g09d2