summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/branches/ci_xmllibs/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_xmllibs/.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml b/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml
index 576b29827..2ae175849 100644
--- a/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml
@@ -19,6 +19,7 @@
gcc-8_pugixml_tests:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
<<: *job-push
variables:
@@ -33,6 +34,7 @@ gcc-8_pugixml_tests:
gcc-8_pugixml_tests_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
image: vicamo/debian:sid-i386
<<: *job-push
@@ -48,6 +50,7 @@ gcc-8_pugixml_tests_i386:
gcc-8_pugixml:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --enable-libxml=pugixml
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -61,6 +64,7 @@ gcc-8_pugixml:
gcc-8_pugixml_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8.sh --enable-libxml=pugixml
- ./tools/ci/scripts/runtests.sh
image: vicamo/debian:sid-i386