summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-01 18:54:09 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-01 18:54:09 +0300
commita3fbf66891126a58e29336de13e777f62c7feb7c (patch)
treea0b4c0dd18fd78ab676cf0f892bb3cdf41644f52
parent6bc2ce8129cacc3a2de64e8384fb5c68c30fc6b8 (diff)
downloadplus-a3fbf66891126a58e29336de13e777f62c7feb7c.tar.gz
plus-a3fbf66891126a58e29336de13e777f62c7feb7c.tar.bz2
plus-a3fbf66891126a58e29336de13e777f62c7feb7c.tar.xz
plus-a3fbf66891126a58e29336de13e777f62c7feb7c.zip
Add into .gitlab-ci.yml some builds without physfs.
-rw-r--r--.gitlab-ci.yml97
1 files changed, 97 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e0233d80c..5bc294e91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,6 +102,17 @@ gcc-6:
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-6_virtfs:
+ stage: prebuild
+ script:
+ - ./tools/ci/jobs/gcc6.sh --without-physfs
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ 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-4.4:
stage: prebuild
script:
@@ -445,6 +456,35 @@ gcc-6_tests_no_opengl_i386:
tags:
- docker
+gcc-6_tests_virtfs:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --without-physfs
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ 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
+ valgrind
+ tags:
+ - docker
+
+gcc-6_tests_virtfs_i386:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --without-physfs
+ image: vicamo/debian:sid-i386
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ 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
+ valgrind
+ tags:
+ - docker
+
gcc-6_sdl2_tests_gcov:
stage: build
script:
@@ -475,6 +515,36 @@ gcc-6_sdl2_tests_i386:
tags:
- docker
+gcc-6_sdl2_tests_virtfs:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_sdl2_tests_gcov.sh --without-dyecmd --without-manaplusgame --without-physfs
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+ gcovr
+ valgrind
+ tags:
+ - docker
+
+gcc-6_sdl2_tests_virtfs_i386:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_sdl2_tests.sh --without-dyecmd --without-manaplusgame --without-physfs
+ image: vicamo/debian:sid-i386
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
+ valgrind
+ tags:
+ - docker
+
gcc-5_sdl2_tests_glibcdebug:
stage: build
script:
@@ -1127,6 +1197,33 @@ gcc-6_sanitize_i386:
tags:
- docker
+gcc-6_sanitize_virtfs:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_sanitize.sh --without-physfs
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ 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-6_sanitize_virtfs_i386:
+ stage: build
+ script:
+ - ./tools/ci/jobs/gcc6_sanitize.sh --without-physfs
+ image: vicamo/debian:sid-i386
+ <<: *job-shared
+ variables:
+ PACKAGES: gcc-6 g++-6
+ 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_without_mumble:
stage: build
script: