summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-15 05:46:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-15 05:46:11 +0300
commitbc5f2bc679b7af67e652fad23f4132e212c78845 (patch)
tree6fbf2c3b056d29ed3d958348ce2d5b21955ea692
parenta9ef0d38fa9b1e49b3c286fb5633ae603a3aa9dc (diff)
downloadplus-bc5f2bc679b7af67e652fad23f4132e212c78845.tar.gz
plus-bc5f2bc679b7af67e652fad23f4132e212c78845.tar.bz2
plus-bc5f2bc679b7af67e652fad23f4132e212c78845.tar.xz
plus-bc5f2bc679b7af67e652fad23f4132e212c78845.zip
Add builds with SDL 2.0.5 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 80de65653..f80be4cb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3985,6 +3985,26 @@ gcc-7_SDL_204:
tags:
- docker
+gcc-7_SDL_205:
+ 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: 205
+ 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:
@@ -4107,6 +4127,26 @@ gcc-7_SDL_204_test:
tags:
- docker
+gcc-7_SDL_205_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: 205
+ 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: