summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-09 03:05:55 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-09 03:05:55 +0300
commit5e7866bd7cc3bf850d9ba3e636d8eca88ac797c7 (patch)
treeedc679f69badc423c99b6dd2e14d5ed771ffe8fc /.gitlab-ci.yml
parent06530de3dace87f6993fcc7e14d23437795c2259 (diff)
downloadplus-5e7866bd7cc3bf850d9ba3e636d8eca88ac797c7.tar.gz
plus-5e7866bd7cc3bf850d9ba3e636d8eca88ac797c7.tar.bz2
plus-5e7866bd7cc3bf850d9ba3e636d8eca88ac797c7.tar.xz
plus-5e7866bd7cc3bf850d9ba3e636d8eca88ac797c7.zip
Add missing --with-sdl2 configure flags into .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 474b055f7..7fba9c249 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1349,7 +1349,7 @@ gcc-6_no_asserts:
gcc-4.8_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc48.sh
+ - ./tools/ci/jobs/gcc48.sh --with-sdl2
image: debian:stable
<<: *job-shared
variables:
@@ -1361,7 +1361,7 @@ gcc-4.8_sdl2:
gcc-4.9_sdl2:
stage: build
script:
- - ./tools/ci/jobs/gcc49.sh
+ - ./tools/ci/jobs/gcc49.sh --with-sdl2
image: debian:stable
<<: *job-shared
variables: