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_xmllibs/.gitlab-ci.yml | |
parent | c823c623827435e42e5cec0fbd2f494999ba4a85 (diff) | |
download | manaverse-df242704f31e325448fb781b805b0193e0b5b0d8.tar.gz manaverse-df242704f31e325448fb781b805b0193e0b5b0d8.tar.bz2 manaverse-df242704f31e325448fb781b805b0193e0b5b0d8.tar.xz manaverse-df242704f31e325448fb781b805b0193e0b5b0d8.zip |
Switch some jobs from gcc-7 to gcc-8 in branches.
Diffstat (limited to 'tools/ci/branches/ci_xmllibs/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_xmllibs/.gitlab-ci.yml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml b/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml index 4f5ac0a8b..06d931c7a 100644 --- a/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml +++ b/tools/ci/branches/ci_xmllibs/.gitlab-ci.yml @@ -42,13 +42,13 @@ variables: expire_in: 3 week dependencies: [] -gcc-7_pugixml_tests: +gcc-8_pugixml_tests: stage: build script: - - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml + - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 make autoconf automake autopoint gettext libpugixml-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 @@ -56,14 +56,14 @@ gcc-7_pugixml_tests: tags: - docker -gcc-7_pugixml_tests_i386: +gcc-8_pugixml_tests_i386: stage: build script: - - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml + - ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml image: vicamo/debian:sid-i386 <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 make autoconf automake autopoint gettext libpugixml-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 @@ -71,54 +71,54 @@ gcc-7_pugixml_tests_i386: tags: - docker -gcc-7_pugixml: +gcc-8_pugixml: stage: build script: - - ./tools/ci/jobs/gcc7.sh --enable-libxml=pugixml + - ./tools/ci/jobs/gcc8.sh --enable-libxml=pugixml - ./tools/ci/scripts/runtests.sh <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 make autoconf automake autopoint gettext libpugixml-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_pugixml_i386: +gcc-8_pugixml_i386: stage: build script: - - ./tools/ci/jobs/gcc7.sh --enable-libxml=pugixml + - ./tools/ci/jobs/gcc8.sh --enable-libxml=pugixml - ./tools/ci/scripts/runtests.sh image: vicamo/debian:sid-i386 <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 make autoconf automake autopoint gettext libpugixml-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_pugixml_sdl2: +gcc-8_pugixml_sdl2: stage: build script: - - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-libxml=pugixml + - ./tools/ci/jobs/gcc8.sh --with-sdl2 --enable-libxml=pugixml - ./tools/ci/scripts/runtests.sh <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 make autoconf automake autopoint gettext libpugixml-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_pugixml_sdl2_i386: +gcc-8_pugixml_sdl2_i386: stage: build script: - - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-libxml=pugixml + - ./tools/ci/jobs/gcc8.sh --with-sdl2 --enable-libxml=pugixml - ./tools/ci/scripts/runtests.sh <<: *job-push variables: - PACKAGES: gcc-7 g++-7 + PACKAGES: gcc-8 g++-8 make autoconf automake autopoint gettext libpugixml-dev libcurl4-gnutls-dev libpng-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev |