summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-01-12 03:26:38 +0300
committerAndrei Karas <akaras@inbox.ru>2018-01-12 03:26:38 +0300
commitae8016341191c2db74a23aa59cb2cefa7b3ddfd7 (patch)
tree0f1b626edc96eccdde6c7cd15c6d8237ddf3ee9a
parent62471b26135021d75f1b9255ab613746ae2ad67a (diff)
downloadplus-ae8016341191c2db74a23aa59cb2cefa7b3ddfd7.tar.gz
plus-ae8016341191c2db74a23aa59cb2cefa7b3ddfd7.tar.bz2
plus-ae8016341191c2db74a23aa59cb2cefa7b3ddfd7.tar.xz
plus-ae8016341191c2db74a23aa59cb2cefa7b3ddfd7.zip
Update .gitlab-ci.yml for ci_gcc6.
-rw-r--r--tools/ci/branches/ci_gcc6/.gitlab-ci.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc6/.gitlab-ci.yml b/tools/ci/branches/ci_gcc6/.gitlab-ci.yml
index 1143438bf..32596ea27 100644
--- a/tools/ci/branches/ci_gcc6/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc6/.gitlab-ci.yml
@@ -69,6 +69,33 @@ gcc-6:
libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
git gdb valgrind netcat-openbsd procps
+gcc-6_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6.sh --with-sdl2
+ - ./tools/ci/scripts/runtests.sh
+ <<: *job-push
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+ git gdb valgrind netcat-openbsd procps
+
+gcc-6_sdl2_i386:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6.sh --with-sdl2
+ - ./tools/ci/scripts/runtests.sh
+ <<: *job-push
+ image: vicamo/debian:sid-i386
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+ git gdb valgrind netcat-openbsd procps
+
gcc-6_default:
stage: build
script:
@@ -117,6 +144,21 @@ gcc-6_sanitize_i386:
tags:
- docker
+gcc-6_sanitize_sdl2:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_sanitize.sh --with-sdl2
+ - ./tools/ci/scripts/runtests.sh
+ <<: *job-push
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+ git gdb valgrind netcat-openbsd procps
+ tags:
+ - docker
+
gcc-6_lto:
stage: build
script: