From fa4a3243916fd3b57d9f5b9779efdf687eb4078e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 12 Feb 2019 01:59:05 +0300 Subject: Use debian stretch in gcc-6 ci builds --- tools/ci/branches/ci_customnls/.gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/ci/branches/ci_customnls/.gitlab-ci.yml') 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 -- cgit v1.2.3-60-g2f50