From 95a44ea90d0a9bf0f532e17384f694e0d255d650 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 31 Jan 2017 01:33:35 +0300 Subject: Add builds for SDL branches SDL-1.2 and default. --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- cgit v1.2.3-70-g09d2