diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-15 01:29:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-15 01:29:12 +0300 |
commit | df242704f31e325448fb781b805b0193e0b5b0d8 (patch) | |
tree | 28d0da05ea32842feaa35b3f09307316aece44da /tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml | |
parent | c823c623827435e42e5cec0fbd2f494999ba4a85 (diff) | |
download | mv-df242704f31e325448fb781b805b0193e0b5b0d8.tar.gz mv-df242704f31e325448fb781b805b0193e0b5b0d8.tar.bz2 mv-df242704f31e325448fb781b805b0193e0b5b0d8.tar.xz mv-df242704f31e325448fb781b805b0193e0b5b0d8.zip |
Switch some jobs from gcc-7 to gcc-8 in branches.
Diffstat (limited to 'tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml b/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml index 08870624f..576c8871d 100644 --- a/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml +++ b/tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml @@ -42,14 +42,14 @@ variables: expire_in: 3 week dependencies: [] -gcc-7_tests_glibcdebug_i386: +gcc-8_tests_glibcdebug_i386: stage: build script: - - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug + - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug image: vicamo/debian:sid-i386 <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 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 @@ -57,55 +57,55 @@ gcc-7_tests_glibcdebug_i386: tags: - docker -gcc-7_glibcdebug: +gcc-8_glibcdebug: stage: build script: - - ./tools/ci/jobs/gcc7.sh --enable-glibcdebug --without-dyecmd + - ./tools/ci/jobs/gcc8.sh --enable-glibcdebug --without-dyecmd - ./tools/ci/scripts/runtests.sh <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 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 git gdb valgrind netcat-openbsd procps -gcc-7_glibcdebug_i386: +gcc-8_glibcdebug_i386: stage: build script: - - ./tools/ci/jobs/gcc7.sh --enable-glibcdebug --without-dyecmd + - ./tools/ci/jobs/gcc8.sh --enable-glibcdebug --without-dyecmd - ./tools/ci/scripts/runtests.sh <<: *job-push image: vicamo/debian:sid-i386 variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 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 git gdb valgrind netcat-openbsd procps -gcc-7_glibcdebug_sdl2: +gcc-8_glibcdebug_sdl2: stage: build script: - - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-glibcdebug --without-dyecmd + - ./tools/ci/jobs/gcc8.sh --with-sdl2 --enable-glibcdebug --without-dyecmd - ./tools/ci/scripts/runtests.sh <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 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 git gdb valgrind netcat-openbsd procps -gcc-7_glibcdebug_sdl2_i386: +gcc-8_glibcdebug_sdl2_i386: stage: build script: - - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-glibcdebug --without-dyecmd + - ./tools/ci/jobs/gcc8.sh --with-sdl2 --enable-glibcdebug --without-dyecmd - ./tools/ci/scripts/runtests.sh <<: *job-push image: vicamo/debian:sid-i386 variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 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 |