From 4786be1814bc7bba207899d8b62820b2fd95567a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 Nov 2018 01:53:37 +0300 Subject: Add workaround for compilation warning in SDL 1.2 with new Mesa in fedora builds. --- tools/ci/branches/ci_fedora/.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/ci/branches/ci_fedora/.gitlab-ci.yml b/tools/ci/branches/ci_fedora/.gitlab-ci.yml index 2b9651a54..91b9f39ce 100644 --- a/tools/ci/branches/ci_fedora/.gitlab-ci.yml +++ b/tools/ci/branches/ci_fedora/.gitlab-ci.yml @@ -19,6 +19,7 @@ .fedora_gcc-snapshot_sanitize_tests: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gccsnapshot_sanitize_tests.sh --without-dyecmd --without-manaplusgame - ldd ./src/manaplustests | grep "libasan" <<: *job-push @@ -47,6 +48,7 @@ fedora_gcc-snapshot_tests: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gccsnapshot_tests.sh --without-dyecmd --without-manaplusgame <<: *job-push image: fedora:rawhide @@ -73,6 +75,7 @@ fedora_gcc-snapshot_sdl2_tests: fedora_gcc-snapshot: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gccsnapshot.sh - ./tools/ci/scripts/runtests.sh <<: *job-push -- cgit v1.2.3-60-g2f50