diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-02-12 01:59:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-02-12 01:59:05 +0300 |
commit | fa4a3243916fd3b57d9f5b9779efdf687eb4078e (patch) | |
tree | d481918644c4b1119566767699a10bfa87db83fb /tools/ci/branches/ci_customnls | |
parent | 6991434831679362687727ed152b3b06b6e671b9 (diff) | |
download | manaverse-fa4a3243916fd3b57d9f5b9779efdf687eb4078e.tar.gz manaverse-fa4a3243916fd3b57d9f5b9779efdf687eb4078e.tar.bz2 manaverse-fa4a3243916fd3b57d9f5b9779efdf687eb4078e.tar.xz manaverse-fa4a3243916fd3b57d9f5b9779efdf687eb4078e.zip |
Use debian stretch in gcc-6 ci builds
Diffstat (limited to 'tools/ci/branches/ci_customnls')
-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 |