diff options
Diffstat (limited to 'tools/ci/branches/ci_gcc7/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_gcc7/.gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc7/.gitlab-ci.yml b/tools/ci/branches/ci_gcc7/.gitlab-ci.yml index 0cb5a54ea..4c14ec54d 100644 --- a/tools/ci/branches/ci_gcc7/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc7/.gitlab-ci.yml @@ -39,6 +39,7 @@ gcc-7: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc7.sh - ./tools/ci/scripts/runtests.sh + image: debian:buster <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -52,6 +53,7 @@ gcc-7_sdl2: script: - ./tools/ci/jobs/gcc7.sh --with-sdl2 - ./tools/ci/scripts/runtests.sh + image: debian:buster <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -80,6 +82,7 @@ gcc-7_default: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh + image: debian:buster <<: *job-push variables: LOGFILE: gcc7.log @@ -98,6 +101,7 @@ gcc-7_sanitize: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc7_sanitize.sh - ./tools/ci/scripts/runtests.sh + image: debian:buster <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -131,6 +135,7 @@ gcc-7_sanitize_sdl2: script: - ./tools/ci/jobs/gcc7_sanitize.sh --with-sdl2 - ./tools/ci/scripts/runtests.sh + image: debian:buster <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -147,6 +152,7 @@ gcc-7_lto: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc7_lto.sh - ./tools/ci/scripts/runtests.sh + image: debian:buster <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -180,6 +186,7 @@ gcc-7_default_i386: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh + image: debian:buster <<: *job-push image: i386/debian:buster variables: |