summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-12 20:27:41 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-12 20:27:41 +0300
commitd14ccac9e8ea753bf6a1c65ce5bf975805412d19 (patch)
tree34e22feb7f3b4ce531a2b02d7e07b21bb35927f4 /.gitlab-ci.yml
parent04442d66aa4d62a9ecf6ddc1818f9228ad938dd0 (diff)
downloadplus-d14ccac9e8ea753bf6a1c65ce5bf975805412d19.tar.gz
plus-d14ccac9e8ea753bf6a1c65ce5bf975805412d19.tar.bz2
plus-d14ccac9e8ea753bf6a1c65ce5bf975805412d19.tar.xz
plus-d14ccac9e8ea753bf6a1c65ce5bf975805412d19.zip
Remove builds with pugixml from .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml82
1 files changed, 0 insertions, 82 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89a8a2ce7..c4329a809 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -754,35 +754,6 @@ gcc-7_tests:
tags:
- docker
-gcc-7_pugixml_tests:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- valgrind
- tags:
- - docker
-
-gcc-7_pugixml_tests_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7_tests.sh --without-dyecmd --without-manaplusgame --enable-libxml=pugixml
- image: vicamo/debian:sid-i386
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- valgrind
- tags:
- - docker
-
gcc-7_tests_glibcdebug_i386:
stage: build
script:
@@ -1376,59 +1347,6 @@ gcc-7_cilkplus:
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_pugixml:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --enable-libxml=pugixml
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc-7_pugixml_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --enable-libxml=pugixml
- - ./tools/ci/scripts/runtests.sh
- image: vicamo/debian:sid-i386
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc-7_pugixml_sdl2:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-libxml=pugixml
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc-7_pugixml_sdl2_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --with-sdl2 --enable-libxml=pugixml
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
gcc_portable:
stage: build
script: