diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-30 07:28:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-30 07:28:59 +0300 |
commit | ead5c7ec423aef369ee28503e95649dce489bfd1 (patch) | |
tree | a9cb04d6170a3c0957193e558570440a8ff811c3 /tools/ci/branches/ci_gcc7/.gitlab-ci.yml | |
parent | 2715ed0cadbe5a0d83a0cf810f70916a897f03c4 (diff) | |
download | manaplus-ead5c7ec423aef369ee28503e95649dce489bfd1.tar.gz manaplus-ead5c7ec423aef369ee28503e95649dce489bfd1.tar.bz2 manaplus-ead5c7ec423aef369ee28503e95649dce489bfd1.tar.xz manaplus-ead5c7ec423aef369ee28503e95649dce489bfd1.zip |
Add missing image name in gcc-7 ci branches
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: |