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 /.gitlab-ci.yml | |
parent | 7a8a3f0b77a22f99c28330c3fe4e99161faf4d84 (diff) | |
download | plus-af506ac53ca3308a1d77d040c429c2b51e3147b0.tar.gz plus-af506ac53ca3308a1d77d040c429c2b51e3147b0.tar.bz2 plus-af506ac53ca3308a1d77d040c429c2b51e3147b0.tar.xz plus-af506ac53ca3308a1d77d040c429c2b51e3147b0.zip |
Replace cosmic image to xenial in ci scripts
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9582727a..8799c996c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,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 @@ -216,7 +216,7 @@ gcc-5_sdl2: - ./tools/ci/jobs/gcc5_sdl2_c++11.sh - ./tools/ci/scripts/runtests.sh <<: *job-push - image: ubuntu:cosmic + image: ubuntu:xenial variables: PACKAGES: gcc-5 g++-5 make autoconf automake autopoint gettext @@ -295,7 +295,7 @@ gcc-5_h_all: - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DENABLE_LIBXML -I/usr/include/SDL - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML -I/usr/include/SDL <<: *job-push - image: ubuntu:cosmic + image: ubuntu:xenial variables: PACKAGES: gcc-5 g++-5 make autoconf automake autopoint gettext @@ -311,7 +311,7 @@ gcc-5_h_all_i386: - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML -DUNITTESTS -DUNITTESTS_CATCH -DUNITTESTS_EMBED -I/usr/include/SDL - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DENABLE_LIBXML -I/usr/include/SDL - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML -I/usr/include/SDL - image: i386/ubuntu:cosmic + image: i386/ubuntu:xenial <<: *job-push variables: PACKAGES: gcc-5 g++-5 |