summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-31 03:53:07 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-31 03:53:07 +0300
commitade4963c8c43778cb0d9b2f181635adff5fd13ca (patch)
tree5c671d730e9a14bf8557892a96897aee45dd5989 /.gitlab-ci.yml
parent782f7d680eb36209e77aceb7d8c61399e7b83ac5 (diff)
downloadspm-ade4963c8c43778cb0d9b2f181635adff5fd13ca.tar.gz
spm-ade4963c8c43778cb0d9b2f181635adff5fd13ca.tar.bz2
spm-ade4963c8c43778cb0d9b2f181635adff5fd13ca.tar.xz
spm-ade4963c8c43778cb0d9b2f181635adff5fd13ca.zip
Add some X11 and OpenGL packages before build SDL packages.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c556c11..37a9424 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,8 @@ test:commands2:
SDL_SDL-1.2:
stage: build
script:
- - ./.ci/install.sh mercurial bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/install.sh mercurial bash gcc g++ make autoconf automake autopoint gettext \
+ libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev
- ./.ci/buildlib.sh SDL SDL-1.2
- grep "1.2" /usr/local/spm/bin/SDL_SDL-1.2/lib/pkgconfig/sdl.pc
<<: *job-artifacts
@@ -68,6 +69,7 @@ SDL_SDL-1.2:
SDL_default:
stage: build
script:
- - ./.ci/install.sh mercurial bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/install.sh mercurial bash gcc g++ make autoconf automake autopoint gettext \
+ libx11-dev libxext-dev libxt-dev libxv-dev x11proto-core-dev libgl1-mesa-dev libasound2-dev
- ./.ci/buildlib.sh SDL default
<<: *job-artifacts