summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-13 03:15:07 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-13 03:15:07 +0300
commit65687244d99a6db68d1989e5053af1ba9f58bfce (patch)
treeb4ea0bc6b1effafa8270abc2f0847fdc7448d07c
parent53b1071058204317d37a1b7b8a594ba40ebfb442 (diff)
downloadplus-65687244d99a6db68d1989e5053af1ba9f58bfce.tar.gz
plus-65687244d99a6db68d1989e5053af1ba9f58bfce.tar.bz2
plus-65687244d99a6db68d1989e5053af1ba9f58bfce.tar.xz
plus-65687244d99a6db68d1989e5053af1ba9f58bfce.zip
Add builds with SDL 2.0.1 into .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml40
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e10df9ed..f740273da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3905,6 +3905,26 @@ gcc-7_SDL_default:
tags:
- docker
+gcc-7_SDL_201:
+ stage: build
+ script:
+ - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc7.sh --with-sdl2
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplus
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/runtests.sh
+ <<: *job-push
+ variables:
+ LIBNAME: SDL
+ LIBVERSION: 201
+ PACKAGES: gcc-7 g++-7
+ make autoconf automake autopoint gettext pkg-config
+ libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev libicu-dev
+ wget unzip gdb valgrind netcat-openbsd procps
+ runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_master.sh
+ runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh
+ tags:
+ - docker
+
gcc-7_SDL_203:
stage: build
script:
@@ -3987,6 +4007,26 @@ gcc-7_SDL_default_test:
tags:
- docker
+gcc-7_SDL_201_test:
+ stage: build
+ script:
+ - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION}
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/jobs/gcc7_tests.sh --with-sdl2 --without-manaplusgame --without-dyecmd
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ${runenvx} ${runenvz} ./tools/ci/scripts/checkldd.sh src/manaplustests
+ <<: *job-push
+ variables:
+ LIBNAME: SDL
+ LIBVERSION: 201
+ PACKAGES: gcc-7 g++-7
+ make autoconf automake autopoint gettext pkg-config
+ libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev libicu-dev
+ valgrind
+ wget unzip
+ runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_master.sh
+ runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh
+ tags:
+ - docker
+
gcc-7_SDL_203_test:
stage: build
script: