diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-25 01:53:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-25 01:53:37 +0300 |
commit | 4786be1814bc7bba207899d8b62820b2fd95567a (patch) | |
tree | 9f874040b63fd69820f94477d9a2a91b8e20e556 | |
parent | ea660ee4af449d5bd0f20cf81e0ae9fe86db6782 (diff) | |
download | mv-4786be1814bc7bba207899d8b62820b2fd95567a.tar.gz mv-4786be1814bc7bba207899d8b62820b2fd95567a.tar.bz2 mv-4786be1814bc7bba207899d8b62820b2fd95567a.tar.xz mv-4786be1814bc7bba207899d8b62820b2fd95567a.zip |
Add workaround for compilation warning in SDL 1.2 with new Mesa in fedora builds.
-rw-r--r-- | tools/ci/branches/ci_fedora/.gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |