summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_site/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-15 01:29:12 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-15 01:29:12 +0300
commitdf242704f31e325448fb781b805b0193e0b5b0d8 (patch)
tree28d0da05ea32842feaa35b3f09307316aece44da /tools/ci/branches/ci_site/.gitlab-ci.yml
parentc823c623827435e42e5cec0fbd2f494999ba4a85 (diff)
downloadplus-df242704f31e325448fb781b805b0193e0b5b0d8.tar.gz
plus-df242704f31e325448fb781b805b0193e0b5b0d8.tar.bz2
plus-df242704f31e325448fb781b805b0193e0b5b0d8.tar.xz
plus-df242704f31e325448fb781b805b0193e0b5b0d8.zip
Switch some jobs from gcc-7 to gcc-8 in branches.
Diffstat (limited to 'tools/ci/branches/ci_site/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_site/.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/ci/branches/ci_site/.gitlab-ci.yml b/tools/ci/branches/ci_site/.gitlab-ci.yml
index 7292cb16c..14f7f45ab 100644
--- a/tools/ci/branches/ci_site/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_site/.gitlab-ci.yml
@@ -41,15 +41,15 @@ variables:
expire_in: 3 week
dependencies: []
-gcc-7_tests_gcov:
+gcc-8_tests_gcov:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- cd manaplus
- - ./tools/ci/jobs/gcc7_tests_gcov.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests_gcov.sh --without-dyecmd --without-manaplusgame
<<: *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
@@ -58,15 +58,15 @@ gcc-7_tests_gcov:
tags:
- docker
-gcc-7_sdl2_tests_gcov:
+gcc-8_sdl2_tests_gcov:
stage: build
script:
- ./tools/ci/scripts/clonesrc.sh
- cd manaplus
- - ./tools/ci/jobs/gcc7_sdl2_tests_gcov.sh --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_sdl2_tests_gcov.sh --without-dyecmd --without-manaplusgame
<<: *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-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
@@ -127,8 +127,8 @@ pages:
dependencies:
- doxygen
- gitstats
- - gcc-7_tests_gcov
- - gcc-7_sdl2_tests_gcov
+ - gcc-8_tests_gcov
+ - gcc-8_sdl2_tests_gcov
variables:
PACKAGES: git-core python
artifacts: