summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-13 22:24:39 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-13 22:24:39 +0300
commit4395ad3d18a4b333d784b460e1d1a2e0e4e5af2d (patch)
treec529f0c26cab58176cfc30c03cc0e4ebfb5694ec
parent02845c16293a5eaf2e83e9a2107a8583cc76f452 (diff)
downloadspm-4395ad3d18a4b333d784b460e1d1a2e0e4e5af2d.tar.gz
spm-4395ad3d18a4b333d784b460e1d1a2e0e4e5af2d.tar.bz2
spm-4395ad3d18a4b333d784b460e1d1a2e0e4e5af2d.tar.xz
spm-4395ad3d18a4b333d784b460e1d1a2e0e4e5af2d.zip
Add build with SDL 2.0.2.
-rw-r--r--.gitlab-ci.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c07fc53..fc6d24d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,6 +297,31 @@ SDL_201:
runenvtoolz: /usr/local/spm/env/runzlib_master.sh
<<: *job-artifacts
+SDL_202:
+ stage: build
+ script:
+ - ./.ci/install.sh git mercurial bash gcc g++ make autoconf automake autopoint gettext libtool pkg-config cmake
+ libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev libicu-dev
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh SDL2 release-2.0.2
+ - cp /usr/local/spm/env/runSDL2_release-2.0.2.sh /usr/local/spm/env/runSDL_202.sh
+ - ${runenvtool} ./.ci/buildlib.sh zlib master
+ - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh libpng master
+ - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh freetype master
+ - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh libxml2 master
+ - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh curl master
+ - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh tinyxml2 4.0.1
+ - ${runenvtool} ./.ci/buildlib.sh SDL2_image release-2.0.1
+ - ${runenvtool} ./.ci/buildlib.sh SDL2_mixer release-2.0.1
+ - ${runenvtool} ./.ci/buildlib.sh SDL2_net release-2.0.1
+ - ${runenvtool} ./.ci/buildlib.sh SDL2_ttf release-2.0.13
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: SDL_202
+ runenvtool: /usr/local/spm/env/run${installname}.sh
+ runenvtoolz: /usr/local/spm/env/runzlib_master.sh
+ <<: *job-artifacts
+
SDL_203:
stage: build
script: