summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-05 20:56:28 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-05 23:03:46 +0300
commit55d8a832786175c5ff9c9ab2eaa31296d342490a (patch)
treecb31b62cc348b9fc59b0f5f61a66cfabf9cc4dcf /.gitlab-ci.yml
parentcdd3375268182ccd51c9798375e2766d0abdaa7f (diff)
downloadplus-55d8a832786175c5ff9c9ab2eaa31296d342490a.tar.gz
plus-55d8a832786175c5ff9c9ab2eaa31296d342490a.tar.bz2
plus-55d8a832786175c5ff9c9ab2eaa31296d342490a.tar.xz
plus-55d8a832786175c5ff9c9ab2eaa31296d342490a.zip
Add some gcc-8 builds into .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2db63b774..832246882 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,15 +59,15 @@ gcc-5_c++11_i386:
tags:
- docker
-gcc-6-i386:
+gcc-8-i386:
stage: prebuild
script:
- - ./tools/ci/jobs/gcc6.sh
+ - ./tools/ci/jobs/gcc8.sh
- ./tools/ci/scripts/runtests.sh
image: vicamo/debian:sid-i386
<<: *job-push
variables:
- PACKAGES: gcc-6 g++-6
+ 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
@@ -117,14 +117,14 @@ gcc-6:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
gdb valgrind netcat-openbsd procps
-gcc-7:
+gcc-8:
stage: prebuild
script:
- - ./tools/ci/jobs/gcc7.sh
+ - ./tools/ci/jobs/gcc8.sh
- ./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
@@ -229,13 +229,13 @@ gcc-7_dyecmd_only:
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
-gcc-7_unittestsbin:
+gcc-8_unittestsbin:
stage: prebuild
script:
- - ./tools/ci/jobs/gcc7_silent.sh --enable-unittestsbin --without-manaplusgame --without-dyecmd
+ - ./tools/ci/jobs/gcc8_silent.sh --enable-unittestsbin --without-manaplusgame --without-dyecmd
<<: *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