From 4395ad3d18a4b333d784b460e1d1a2e0e4e5af2d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 13 Sep 2017 22:24:39 +0300 Subject: Add build with SDL 2.0.2. --- .gitlab-ci.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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: -- cgit v1.2.3-60-g2f50