summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_main1/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-24 23:23:14 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-24 23:23:14 +0300
commite384b234da9822197fab3eee665fdd2bceced08f (patch)
treed936ef10a421076b80eea9a1edcf95e740958879 /tools/ci/branches/ci_main1/.gitlab-ci.yml
parentda0d45775996118858b918b4e308d25ebc0ba62a (diff)
downloadplus-e384b234da9822197fab3eee665fdd2bceced08f.tar.gz
plus-e384b234da9822197fab3eee665fdd2bceced08f.tar.bz2
plus-e384b234da9822197fab3eee665fdd2bceced08f.tar.xz
plus-e384b234da9822197fab3eee665fdd2bceced08f.zip
Add workaround for compilation warning in SDL 1.2 with new Mesa.
Diffstat (limited to 'tools/ci/branches/ci_main1/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_main1/.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_main1/.gitlab-ci.yml b/tools/ci/branches/ci_main1/.gitlab-ci.yml
index 898a2c872..631bba20c 100644
--- a/tools/ci/branches/ci_main1/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_main1/.gitlab-ci.yml
@@ -20,6 +20,7 @@
.gcc-7_sanitize_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7_sanitize.sh
- ./tools/ci/scripts/runtests.sh
image: vicamo/debian:sid-i386
@@ -37,6 +38,7 @@
gcc-7_sanitize:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7_sanitize.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -52,6 +54,7 @@ gcc-7_sanitize:
gcc-7_lto:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7_lto.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -66,6 +69,7 @@ gcc-7_lto:
gcc-7_lto_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7_lto.sh
- ./tools/ci/scripts/runtests.sh
image: vicamo/debian:sid-i386
@@ -117,6 +121,7 @@ gcc-gentoo_sdl2:
gcc8_without_mumble_sdl1:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --without-mumble --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -143,6 +148,7 @@ gcc8_without_mumble_sdl2:
gcc_portable:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --with-opengl --enable-tmwa --enable-portable=yes
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -156,6 +162,7 @@ gcc_portable:
gcc-8_no_asserts:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --disable-asserts
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -169,6 +176,7 @@ gcc-8_no_asserts:
gcc-8_default_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/any_compiler.sh --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -189,6 +197,7 @@ gcc-8_default_i386:
gcc-8_openglerrors_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --enable-openglerrors
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -203,6 +212,7 @@ gcc-8_openglerrors_i386:
gcc-8_openglerrors:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --enable-openglerrors
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -216,6 +226,7 @@ gcc-8_openglerrors:
gcc-8_unsigned_char:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -244,6 +255,7 @@ gcc-8_unsigned_char_sdl2:
gcc-8_password:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --enable-commandlinepassword
- ./tools/ci/scripts/runtests.sh
<<: *job-push