summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-03 19:27:40 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-03 19:27:40 +0300
commit42915a656218e5b4db2d0b19bbfee80c0fe5dd01 (patch)
tree01f33821bbe9fdb8b9bd2b04d06e2c63d5fc9920
parent17957e4ffda0a702d5def6a9f0f14318dbb733bb (diff)
downloadplus-42915a656218e5b4db2d0b19bbfee80c0fe5dd01.tar.gz
plus-42915a656218e5b4db2d0b19bbfee80c0fe5dd01.tar.bz2
plus-42915a656218e5b4db2d0b19bbfee80c0fe5dd01.tar.xz
plus-42915a656218e5b4db2d0b19bbfee80c0fe5dd01.zip
Into .gitlab-ci.yml add unit tests builds with very old and latest zlib versions.
-rw-r--r--.gitlab-ci.yml37
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92ee6958c..8ba3a60c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -797,6 +797,43 @@ gcc-5_sdl2_no_opengl_tests_i386:
tags:
- docker
+gcc-6_zlib_v1.2.3.9_tests:
+ stage: build
+ script:
+ - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplustests
+ <<: *job-shared
+ variables:
+ LIBNAME: zlib
+ LIBVERSION: v1.2.3.9
+ PACKAGES: gcc-6 g++-6
+ 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
+ wget unzip
+ POST_CXXFLAGS: "-Wno-undef"
+ tags:
+ - docker
+
+gcc-6_zlib_master_tests:
+ stage: build
+ script:
+ - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplustests
+ <<: *job-shared
+ variables:
+ LIBNAME: zlib
+ LIBVERSION: master
+ PACKAGES: gcc-6 g++-6
+ 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
+ wget unzip
+ tags:
+ - docker
+
gcc-6_tests_valgrind:
stage: build
script: