summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_customnls/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-26 22:50:03 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-26 22:50:03 +0300
commit8b6d318064660d4355aa22e572e2df3e16bb18b7 (patch)
treea3ad2322db010a845168cc0dfd5636c7b97e6d52 /tools/ci/branches/ci_customnls/.gitlab-ci.yml
parentc332163b2f465f51b6a15648125f655a19ec1021 (diff)
downloadplus-8b6d318064660d4355aa22e572e2df3e16bb18b7.tar.gz
plus-8b6d318064660d4355aa22e572e2df3e16bb18b7.tar.bz2
plus-8b6d318064660d4355aa22e572e2df3e16bb18b7.tar.xz
plus-8b6d318064660d4355aa22e572e2df3e16bb18b7.zip
Replace in gcc-5 ci builds unstable to cosmic
Diffstat (limited to 'tools/ci/branches/ci_customnls/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_customnls/.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/ci/branches/ci_customnls/.gitlab-ci.yml b/tools/ci/branches/ci_customnls/.gitlab-ci.yml
index dfafdacf0..272b4f30e 100644
--- a/tools/ci/branches/ci_customnls/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_customnls/.gitlab-ci.yml
@@ -18,11 +18,11 @@ gcc_with_customnls:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc5.sh --enable-customnls --enable-werror
+ - ./tools/ci/jobs/gcc6.sh --enable-customnls --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
variables:
- PACKAGES: gcc-5 g++-5
+ PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
@@ -31,11 +31,11 @@ gcc_with_customnls:
gcc_with_customnls_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc5.sh --with-sdl2 --enable-customnls --enable-werror
+ - ./tools/ci/jobs/gcc6.sh --with-sdl2 --enable-customnls --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
variables:
- PACKAGES: gcc-5 g++-5
+ PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
@@ -45,11 +45,11 @@ gcc_with_customnls_nonls:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - ./tools/ci/jobs/gcc5.sh --enable-customnls --disable-nls --enable-werror
+ - ./tools/ci/jobs/gcc6.sh --enable-customnls --disable-nls --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
variables:
- PACKAGES: gcc-5 g++-5
+ PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
@@ -58,11 +58,11 @@ gcc_with_customnls_nonls:
gcc_with_customnls_nonls_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc5.sh --with-sdl2 --enable-customnls --disable-nls --enable-werror
+ - ./tools/ci/jobs/gcc6.sh --with-sdl2 --enable-customnls --disable-nls --enable-werror
- ./tools/ci/scripts/runtests.sh
<<: *job-push
variables:
- PACKAGES: gcc-5 g++-5
+ PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev