summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-15 23:05:53 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-15 23:19:44 +0300
commitaceeaa507c8844054c3676f68fd9c1e0825a5b79 (patch)
treee5a3e5ca4f2263cd6e90b6e1cf72692e9b4d702d /.gitlab-ci.yml
parent9a99cde35a75663aecd70fac7a97eb4ed8ed020e (diff)
downloadplus-aceeaa507c8844054c3676f68fd9c1e0825a5b79.tar.gz
plus-aceeaa507c8844054c3676f68fd9c1e0825a5b79.tar.bz2
plus-aceeaa507c8844054c3676f68fd9c1e0825a5b79.tar.xz
plus-aceeaa507c8844054c3676f68fd9c1e0825a5b79.zip
Add builds for .h files with unit tests flags enabled into .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d8176991..e1672a347 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2097,6 +2097,31 @@ gcc-5_h_sdl2_without_opengl:
libxml2-dev libcurl4-gnutls-dev libpng-dev
libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+gcc-5_h_all_tests:
+ stage: prebuild
+ script:
+ - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML -DUNITTESTS -DUNITTESTS_CATCH -I/usr/include/SDL
+ <<: *job-push
+ variables:
+ PACKAGES: gcc-5 g++-5
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+
+gcc-5_h_all_tests_i386:
+ stage: prebuild
+ script:
+ - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML -DUNITTESTS -DUNITTESTS_CATCH -I/usr/include/SDL
+ image: vicamo/debian:sid-i386
+ <<: *job-push
+ variables:
+ PACKAGES: gcc-5 g++-5
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+ tags:
+ - docker
+
gcc-5_tarball:
stage: build
script: