diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-24 23:23:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-24 23:23:14 +0300 |
commit | e384b234da9822197fab3eee665fdd2bceced08f (patch) | |
tree | d936ef10a421076b80eea9a1edcf95e740958879 /tools/ci/branches/ci_gcc8/.gitlab-ci.yml | |
parent | da0d45775996118858b918b4e308d25ebc0ba62a (diff) | |
download | manaverse-e384b234da9822197fab3eee665fdd2bceced08f.tar.gz manaverse-e384b234da9822197fab3eee665fdd2bceced08f.tar.bz2 manaverse-e384b234da9822197fab3eee665fdd2bceced08f.tar.xz manaverse-e384b234da9822197fab3eee665fdd2bceced08f.zip |
Add workaround for compilation warning in SDL 1.2 with new Mesa.
Diffstat (limited to 'tools/ci/branches/ci_gcc8/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_gcc8/.gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc8/.gitlab-ci.yml b/tools/ci/branches/ci_gcc8/.gitlab-ci.yml index a3903b1dd..d8a5820d0 100644 --- a/tools/ci/branches/ci_gcc8/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc8/.gitlab-ci.yml @@ -46,6 +46,7 @@ gcc-8_sdl2_i386: gcc-8_default: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -63,6 +64,7 @@ gcc-8_default: gcc-8_sanitize: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc8_sanitize.sh - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -93,6 +95,7 @@ gcc-8_sanitize_sdl2: gcc-8_lto: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc8_lto.sh - ./tools/ci/scripts/runtests.sh <<: *job-push @@ -107,6 +110,7 @@ gcc-8_lto: gcc-8_lto_i386: stage: build script: + - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc8_lto.sh - ./tools/ci/scripts/runtests.sh image: vicamo/debian:sid-i386 |