summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_gcc5/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/branches/ci_gcc5/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_gcc5/.gitlab-ci.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml
index 088e4ad03..468468ec8 100644
--- a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml
@@ -19,6 +19,7 @@
gcc-5_c++11_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_c++11.sh
- ./tools/ci/scripts/runtests.sh
image: vicamo/debian:sid-i386
@@ -50,6 +51,7 @@ gcc-5_sdl2:
gcc-5_sanitize_tests:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_sanitize_tests.sh
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -66,6 +68,7 @@ gcc-5_sanitize_tests:
.gcc-5_sanitize_tests_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-dyecmd --without-manaplusgame
- ldd ./src/manaplustests | grep "libasan"
image: vicamo/debian:sid-i386
@@ -82,6 +85,7 @@ gcc-5_sanitize_tests:
gcc-5_sanitize_no_opengl_tests:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame
- ldd ./src/manaplustests | grep "libasan"
<<: *job-push
@@ -98,6 +102,7 @@ gcc-5_sanitize_no_opengl_tests:
.gcc-5_sanitize_no_opengltests_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame
- ldd ./src/manaplustests | grep "libasan"
image: vicamo/debian:sid-i386
@@ -114,6 +119,7 @@ gcc-5_sanitize_no_opengl_tests:
gcc-5_sanitize:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_sanitize.sh
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -130,6 +136,7 @@ gcc-5_sanitize:
.gcc-5_sanitize_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_sanitize.sh
- ./tools/ci/scripts/runtests.sh
image: vicamo/debian:sid-i386
@@ -146,6 +153,7 @@ gcc-5_sanitize:
gcc-5_tests:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd
<<: *job-push
variables:
@@ -160,6 +168,7 @@ gcc-5_tests:
gcc-5_tests_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd --without-manaplusgame
image: vicamo/debian:sid-i386
<<: *job-push
@@ -234,6 +243,7 @@ gcc-5_sdl2_no_opengl_tests_i386:
gcc-5:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5.sh --enable-werror
- ./tools/ci/scripts/runtests.sh
- ./tools/ci/jobs/gcc5_c++11.sh
@@ -265,6 +275,7 @@ gcc-5_sdl2_c++11_i386:
gcc-5_default:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/any_compiler.sh --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -282,6 +293,7 @@ gcc-5_default:
gcc-5_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
@@ -302,6 +314,7 @@ gcc-5_default_i386:
gcc-5_tarball:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5_tarball.sh
<<: *job-push
variables: