summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-31 01:33:35 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-31 01:33:35 +0300
commit95a44ea90d0a9bf0f532e17384f694e0d255d650 (patch)
tree524a345ceba672bbd3dee05874a4bb1ec2dc8899 /.gitlab-ci.yml
parent8c97276cb5834e7c83dd0ba2b06d910ddfc5b84a (diff)
downloadspm-95a44ea90d0a9bf0f532e17384f694e0d255d650.tar.gz
spm-95a44ea90d0a9bf0f532e17384f694e0d255d650.tar.bz2
spm-95a44ea90d0a9bf0f532e17384f694e0d255d650.tar.xz
spm-95a44ea90d0a9bf0f532e17384f694e0d255d650.zip
Add builds for SDL branches SDL-1.2 and default.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d7d915..7740d4f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,3 +56,18 @@ test:commands2:
variables:
srcbranch: curl-7_51_0
<<: *job-artifacts
+
+SDL_SDL-1.2:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/buildlib.sh SDL SDL-1.2
+ - grep "1.2" /usr/local/spm/bin/SDL_SDL-1.2/lib/pkgconfig/sdl.pc
+ <<: *job-artifacts
+
+SDL_default:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/buildlib.sh SDL default
+ <<: *job-artifacts