summaryrefslogtreecommitdiff
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
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.
-rw-r--r--tools/ci/branches/ci_checks/.gitlab-ci.yml36
-rw-r--r--tools/ci/branches/ci_glibcdebug/.gitlab-ci.yml30
-rw-r--r--tools/ci/branches/ci_malloc/.gitlab-ci.yml48
-rw-r--r--tools/ci/branches/ci_site/.gitlab-ci.yml16
-rw-r--r--tools/ci/branches/ci_xmllibs/.gitlab-ci.yml36
5 files changed, 83 insertions, 83 deletions
diff --git a/tools/ci/branches/ci_checks/.gitlab-ci.yml b/tools/ci/branches/ci_checks/.gitlab-ci.yml
index 7be1d0366..56a630412 100644
--- a/tools/ci/branches/ci_checks/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_checks/.gitlab-ci.yml
@@ -42,77 +42,77 @@ variables:
expire_in: 3 week
dependencies: []
-gcc7_memdebug_sdl1:
+gcc8_memdebug_sdl1:
stage: build
script:
- - ./tools/ci/jobs/gcc7.sh --enable-memdebug --enable-werror
+ - ./tools/ci/jobs/gcc8.sh --enable-memdebug --enable-werror
<<: *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
-gcc7_memdebug_sdl2:
+gcc8_memdebug_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-memdebug --enable-werror
+ - ./tools/ci/jobs/gcc8.sh --with-sdl2 --enable-memdebug --enable-werror
<<: *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
-gcc7_googleprofiler_sdl1:
+gcc8_googleprofiler_sdl1:
stage: build
script:
- - ./tools/ci/jobs/gcc7.sh --enable-googleprofiler --enable-werror
+ - ./tools/ci/jobs/gcc8.sh --enable-googleprofiler --enable-werror
- ./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 libgoogle-perftools-dev
-gcc7_googleprofiler_sdl2:
+gcc8_googleprofiler_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-googleprofiler --enable-werror
+ - ./tools/ci/jobs/gcc8.sh --with-sdl2 --enable-googleprofiler --enable-werror
- ./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 libgoogle-perftools-dev
-gcc7_checks_sdl1:
+gcc8_checks_sdl1:
stage: build
script:
- - ./tools/ci/jobs/gcc7.sh --enable-checks --enable-werror
+ - ./tools/ci/jobs/gcc8.sh --enable-checks --enable-werror
- ./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
-gcc7_checks_sdl2:
+gcc8_checks_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-checks --enable-werror
+ - ./tools/ci/jobs/gcc8.sh --with-sdl2 --enable-checks --enable-werror
- ./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
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
diff --git a/tools/ci/branches/ci_malloc/.gitlab-ci.yml b/tools/ci/branches/ci_malloc/.gitlab-ci.yml
index f7259c792..30541b245 100644
--- a/tools/ci/branches/ci_malloc/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_malloc/.gitlab-ci.yml
@@ -40,14 +40,14 @@ variables:
expire_in: 3 week
dependencies: []
-gcc-7_tests_jmalloc:
+gcc-8_tests_jmalloc:
stage: build
script:
- ls ${MALLOC}
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.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
@@ -56,15 +56,15 @@ gcc-7_tests_jmalloc:
tags:
- docker
-gcc-7_tests_jmalloc_i386:
+gcc-8_tests_jmalloc_i386:
stage: build
script:
- ls ${MALLOC}
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
<<: *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
@@ -73,14 +73,14 @@ gcc-7_tests_jmalloc_i386:
tags:
- docker
-gcc-7_tests_jmalloc_sdl2:
+gcc-8_tests_jmalloc_sdl2:
stage: build
script:
- ls ${MALLOC}
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc7_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --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-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
@@ -89,15 +89,15 @@ gcc-7_tests_jmalloc_sdl2:
tags:
- docker
-gcc-7_tests_jmalloc_sdl2_i386:
+gcc-8_tests_jmalloc_sdl2_i386:
stage: build
script:
- ls ${MALLOC}
- - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc7_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame
<<: *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
@@ -106,13 +106,13 @@ gcc-7_tests_jmalloc_sdl2_i386:
tags:
- docker
-gcc-7_tests_tcmalloc:
+gcc-8_tests_tcmalloc:
stage: build
script:
- - ./tools/ci/jobs/gcc7_tests.sh --enable-tcmalloc --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --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
@@ -120,14 +120,14 @@ gcc-7_tests_tcmalloc:
tags:
- docker
-gcc-7_tests_tcmalloc_i386:
+gcc-8_tests_tcmalloc_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc7_tests.sh --enable-tcmalloc --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --without-dyecmd --without-manaplusgame
<<: *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
@@ -135,13 +135,13 @@ gcc-7_tests_tcmalloc_i386:
tags:
- docker
-gcc-7_tests_tcmalloc_sdl2:
+gcc-8_tests_tcmalloc_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc7_tests.sh --enable-tcmalloc --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --with-sdl2 --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-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
@@ -149,14 +149,14 @@ gcc-7_tests_tcmalloc_sdl2:
tags:
- docker
-gcc-7_tests_tcmalloc_sdl2_i386:
+gcc-8_tests_tcmalloc_sdl2_i386:
stage: build
script:
- - ./tools/ci/jobs/gcc7_tests.sh --enable-tcmalloc --with-sdl2 --without-dyecmd --without-manaplusgame
+ - ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --with-sdl2 --without-dyecmd --without-manaplusgame
<<: *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
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:
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