summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-23 17:35:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-23 17:35:45 +0300
commite15a159cc7095f2cec5e3b2fb11958aa02a8a713 (patch)
treeeb2535d469daa9b85b00bdb2c7c3775c7608a772
parenta9f087036de5f77bb5ad543bd6c0421491ce1009 (diff)
downloadplus-e15a159cc7095f2cec5e3b2fb11958aa02a8a713.tar.gz
plus-e15a159cc7095f2cec5e3b2fb11958aa02a8a713.tar.bz2
plus-e15a159cc7095f2cec5e3b2fb11958aa02a8a713.tar.xz
plus-e15a159cc7095f2cec5e3b2fb11958aa02a8a713.zip
Add builds with SDL 2.0.6 into .gitlab-ci.ymls20170925
-rw-r--r--.gitlab-ci.yml40
1 files changed, 40 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f80be4cb7..4858bc49d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4005,6 +4005,26 @@ gcc-7_SDL_205:
tags:
- docker
+gcc-7_SDL_206:
+ 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: 206
+ 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_SDL-1.2_test:
stage: build
script:
@@ -4147,6 +4167,26 @@ gcc-7_SDL_205_test:
tags:
- docker
+gcc-7_SDL_206_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: 206
+ 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_SDL-1.2_old:
stage: build
script: