summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-31 03:02:01 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-31 03:27:12 +0300
commita05410935d91ce5e66141208ff862cd328e7fba6 (patch)
treebbd3a7e51bae93844404e6eb1fb8bdf4254e2a71 /.gitlab-ci.yml
parentd33e6e76b2481bcbfdd0d0bfe14a893d8e5e4f7f (diff)
downloadplus-a05410935d91ce5e66141208ff862cd328e7fba6.tar.gz
plus-a05410935d91ce5e66141208ff862cd328e7fba6.tar.bz2
plus-a05410935d91ce5e66141208ff862cd328e7fba6.tar.xz
plus-a05410935d91ce5e66141208ff862cd328e7fba6.zip
Add ci build tests with latest SDL 1.2 and latest SDL N (default branch).
For now disabled.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a62369960..fb2617672 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1567,6 +1567,42 @@ gcc-6_curl_curl-7_52_1:
tags:
- docker
+.gcc-6_SDL_SDL-1.2:
+ 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
+ <<: *job-shared
+ variables:
+ LIBNAME: SDL
+ LIBVERSION: SDL-1.2
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ libxml2-dev libpng-dev libcurl4-gnutls-dev zlib1g-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_SDL_default:
+ 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
+ <<: *job-shared
+ variables:
+ LIBNAME: SDL
+ LIBVERSION: default
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext libphysfs-dev
+ libxml2-dev libpng-dev libcurl4-gnutls-dev zlib1g-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+ wget unzip
+ tags:
+ - docker
+
# deheader default
deheader_gui_windows_cpp: