summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_mse
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/branches/ci_mse')
-rw-r--r--tools/ci/branches/ci_mse/.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_mse/.gitlab-ci.yml b/tools/ci/branches/ci_mse/.gitlab-ci.yml
index ec32617c2..8a5a8d585 100644
--- a/tools/ci/branches/ci_mse/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_mse/.gitlab-ci.yml
@@ -19,6 +19,7 @@
gcc-7_tests_mse_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-stldebug
image: vicamo/debian:sid-i386
<<: *job-push
@@ -34,6 +35,7 @@ gcc-7_tests_mse_i386:
gcc-7_mse:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7.sh --enable-stldebug --without-dyecmd
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -47,6 +49,7 @@ gcc-7_mse:
gcc-7_mse_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc7.sh --enable-stldebug --without-dyecmd
- ./tools/ci/scripts/runtests.sh
<<: *job-push