summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-09 01:13:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-09 01:13:42 +0300
commit09d473251c270a6c0f04262514cac8a0a4aeca1b (patch)
tree39545db129909266868547e4e586c4caf686f02c /.gitlab-ci.yml
parenteef58035c1848a8cffbcb17373b6afbe43be1440 (diff)
downloadplus-09d473251c270a6c0f04262514cac8a0a4aeca1b.tar.gz
plus-09d473251c270a6c0f04262514cac8a0a4aeca1b.tar.bz2
plus-09d473251c270a6c0f04262514cac8a0a4aeca1b.tar.xz
plus-09d473251c270a6c0f04262514cac8a0a4aeca1b.zip
Add build curl-7_54_0 into .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 815fe57f5..50e2dcf41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2365,6 +2365,25 @@ gcc-6_curl_curl-7_53_1:
tags:
- docker
+gcc-6_curl_curl-7_54_0:
+ 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
+ - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh
+ <<: *job-push
+ variables:
+ LIBNAME: curl
+ LIBVERSION: curl-7_54_0
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libpng-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 gdb valgrind
+ tags:
+ - docker
+
gcc-6_SDL_SDL-1.2:
stage: build
script: