summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_customnls/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/branches/ci_customnls/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_customnls/.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_customnls/.gitlab-ci.yml b/tools/ci/branches/ci_customnls/.gitlab-ci.yml
index 1d8720bcd..dfafdacf0 100644
--- a/tools/ci/branches/ci_customnls/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_customnls/.gitlab-ci.yml
@@ -17,6 +17,7 @@
gcc_with_customnls:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5.sh --enable-customnls --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
@@ -43,6 +44,7 @@ gcc_with_customnls_sdl2:
gcc_with_customnls_nonls:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc5.sh --enable-customnls --disable-nls --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push