summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-07 20:50:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-07 20:50:21 +0300
commit6cf71f510bed9e105a7983dc3e8aeb5df671e696 (patch)
tree722d0a0f5a21a2df726124fee2d3147fc4da7dc6 /.gitlab-ci.yml
parentc2d2197d7d70dc1090bcdddca3dc04fc0a8d7744 (diff)
downloadplus-6cf71f510bed9e105a7983dc3e8aeb5df671e696.tar.gz
plus-6cf71f510bed9e105a7983dc3e8aeb5df671e696.tar.bz2
plus-6cf71f510bed9e105a7983dc3e8aeb5df671e696.tar.xz
plus-6cf71f510bed9e105a7983dc3e8aeb5df671e696.zip
Add pugixml builds and tests with gcc 6.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml74
1 files changed, 74 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41570ab16..084128be5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -367,6 +367,35 @@ gcc-6_tests_glibcdebug:
tags:
- docker
+gcc-6_pugixml_tests:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ 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
+ valgrind
+ tags:
+ - docker
+
+gcc-6_pugixml_tests_i386:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
+ image: vicamo/debian:sid-i386
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ 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
+ valgrind
+ tags:
+ - docker
+
gcc-6_tests_glibcdebug_i386:
stage: build
script:
@@ -1180,6 +1209,51 @@ gcc-6_cilkplus:
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-6_pugixml:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6.sh --enable-libxml=pugixml
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ 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
+
+gcc-6_pugixml_i386:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6.sh --enable-libxml=pugixml
+ image: vicamo/debian:sid-i386
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ 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
+
+gcc-6_pugixml_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_sdl2.sh --with-sdl2 --enable-libxml=pugixml
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ libpugixml-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+
+gcc-6_pugixml_sdl2_i386:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6.sh --with-sdl2 --enable-libxml=pugixml
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ libpugixml-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+
gcc_eathena_opengl:
stage: build
script: