summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-03 23:46:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-04 00:39:49 +0300
commitb9a19970d29d8c586b931a4ff9d1f4013a001e62 (patch)
tree9f5b2d6d77d00aec71f44f6bc50fec1b27f82de5 /.gitlab-ci.yml
parentb6a3778bcfc04954bf046673ec1fafe9e9b9b5af (diff)
downloadplus-b9a19970d29d8c586b931a4ff9d1f4013a001e62.tar.gz
plus-b9a19970d29d8c586b931a4ff9d1f4013a001e62.tar.bz2
plus-b9a19970d29d8c586b931a4ff9d1f4013a001e62.tar.xz
plus-b9a19970d29d8c586b931a4ff9d1f4013a001e62.zip
Add builds with custom libxml2 into .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22212d335..fc6f673e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2824,6 +2824,45 @@ gcc-6_libpng_libpng10:
tags:
- docker
+gcc-6_libxml2_v2.9.4:
+ stage: build
+ script:
+ - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc6.sh
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplus
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh
+ <<: *job-push
+ variables:
+ LIBNAME: libxml2
+ LIBVERSION: v2.9.4
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev
+ libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+ wget unzip gdb valgrind netcat-openbsd procps
+ tags:
+ - docker
+
+# conflict with system libxml2 in gettext
+.gcc-6_libxml2_v2.8.0:
+ stage: build
+ script:
+ - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc6.sh
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplus
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh
+ <<: *job-push
+ variables:
+ LIBNAME: libxml2
+ LIBVERSION: v2.8.0
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev
+ libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+ wget unzip gdb valgrind netcat-openbsd procps
+ tags:
+ - docker
+
gcc-6_curl_curl-7_9_8:
stage: build
script: