diff options
Diffstat (limited to 'tools/ci/branches/ci_customnls/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_customnls/.gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_customnls/.gitlab-ci.yml b/tools/ci/branches/ci_customnls/.gitlab-ci.yml index 272b4f30e..79e6ec289 100644 --- a/tools/ci/branches/ci_customnls/.gitlab-ci.yml +++ b/tools/ci/branches/ci_customnls/.gitlab-ci.yml @@ -20,6 +20,7 @@ gcc_with_customnls: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc6.sh --enable-customnls --enable-werror - ./tools/ci/scripts/runtests.sh + image: debian:stretch <<: *job-push variables: PACKAGES: gcc-6 g++-6 @@ -33,6 +34,7 @@ gcc_with_customnls_sdl2: script: - ./tools/ci/jobs/gcc6.sh --with-sdl2 --enable-customnls --enable-werror - ./tools/ci/scripts/runtests.sh + image: debian:stretch <<: *job-push variables: PACKAGES: gcc-6 g++-6 @@ -47,6 +49,7 @@ gcc_with_customnls_nonls: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc6.sh --enable-customnls --disable-nls --enable-werror - ./tools/ci/scripts/runtests.sh + image: debian:stretch <<: *job-push variables: PACKAGES: gcc-6 g++-6 @@ -60,6 +63,7 @@ gcc_with_customnls_nonls_sdl2: script: - ./tools/ci/jobs/gcc6.sh --with-sdl2 --enable-customnls --disable-nls --enable-werror - ./tools/ci/scripts/runtests.sh + image: debian:stretch <<: *job-push variables: PACKAGES: gcc-6 g++-6 |