diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-30 03:49:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-30 03:49:50 +0300 |
commit | af506ac53ca3308a1d77d040c429c2b51e3147b0 (patch) | |
tree | 745582132f3446d6f856f964c2ef629f1e5bc20d /tools/ci/branches/ci_gcc5 | |
parent | 7a8a3f0b77a22f99c28330c3fe4e99161faf4d84 (diff) | |
download | mv-af506ac53ca3308a1d77d040c429c2b51e3147b0.tar.gz mv-af506ac53ca3308a1d77d040c429c2b51e3147b0.tar.bz2 mv-af506ac53ca3308a1d77d040c429c2b51e3147b0.tar.xz mv-af506ac53ca3308a1d77d040c429c2b51e3147b0.zip |
Replace cosmic image to xenial in ci scripts
Diffstat (limited to 'tools/ci/branches/ci_gcc5')
-rw-r--r-- | tools/ci/branches/ci_gcc5/.gitlab-ci.yml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml index a7fc0c0f7..63c86ffa1 100644 --- a/tools/ci/branches/ci_gcc5/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc5/.gitlab-ci.yml @@ -22,7 +22,7 @@ gcc-5_c++11_i386: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_c++11.sh - ./tools/ci/scripts/runtests.sh - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -40,7 +40,7 @@ gcc-5_sdl2: - ./tools/ci/scripts/runtests.sh - ./tools/ci/jobs/gcc5_sdl2_c++11.sh - ./tools/ci/scripts/runtests.sh - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -55,7 +55,7 @@ gcc-5_sanitize_tests: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_sanitize_tests.sh - ldd ./src/manaplustests | grep "libasan" - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -73,7 +73,7 @@ gcc-5_sanitize_tests: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-dyecmd --without-manaplusgame - ldd ./src/manaplustests | grep "libasan" - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -90,7 +90,7 @@ gcc-5_sanitize_no_opengl_tests: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame - ldd ./src/manaplustests | grep "libasan" - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -108,7 +108,7 @@ gcc-5_sanitize_no_opengl_tests: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_sanitize_tests.sh --without-opengl --without-dyecmd --without-manaplusgame - ldd ./src/manaplustests | grep "libasan" - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -125,7 +125,7 @@ gcc-5_sanitize: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_sanitize.sh - ./tools/ci/scripts/runtests.sh - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -143,7 +143,7 @@ gcc-5_sanitize: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_sanitize.sh - ./tools/ci/scripts/runtests.sh - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -159,7 +159,7 @@ gcc-5_tests: script: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -175,7 +175,7 @@ gcc-5_tests_i386: script: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_tests.sh --without-dyecmd --without-manaplusgame - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -191,7 +191,7 @@ gcc-5_sdl2_tests: script: - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-manaplusgame --enable-glibcdebug - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-manaplusgame --enable-stldebug - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -206,7 +206,7 @@ gcc-5_sdl2_tests_i386: stage: build script: - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-dyecmd --without-manaplusgame - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -221,7 +221,7 @@ gcc-5_sdl2_no_opengl_tests: stage: build script: - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-opengl --without-dyecmd --without-manaplusgame - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -236,7 +236,7 @@ gcc-5_sdl2_no_opengl_tests_i386: stage: build script: - ./tools/ci/jobs/gcc5_sdl2_tests.sh --without-opengl --without-dyecmd --without-manaplusgame - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -255,7 +255,7 @@ gcc-5: - ./tools/ci/scripts/runtests.sh - ./tools/ci/jobs/gcc5_c++11.sh - ./tools/ci/scripts/runtests.sh - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -269,7 +269,7 @@ gcc-5_sdl2_c++11_i386: script: - ./tools/ci/jobs/gcc5_sdl2_c++11.sh - ./tools/ci/scripts/runtests.sh - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -286,7 +286,7 @@ gcc-5_default: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: LOGFILE: gcc5.log @@ -306,7 +306,7 @@ gcc-5_default_i386: - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh <<: *job-push - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial variables: LOGFILE: gcc5.log CC: gcc-5 @@ -325,7 +325,7 @@ gcc-5_tarball: script: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc5_tarball.sh - image: ubuntu:cosmic + image: ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 |