summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-12 18:09:43 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-12 18:09:43 +0300
commit46629a046a32be43c3a8398987d71643d38b5639 (patch)
tree947314d9d87c2fb68a5f8e7d996bcc923bb03e22 /.gitlab-ci.yml
parentf42c30752b9193532a33ff0ceb2a78778e118e97 (diff)
downloadplus-46629a046a32be43c3a8398987d71643d38b5639.tar.gz
plus-46629a046a32be43c3a8398987d71643d38b5639.tar.bz2
plus-46629a046a32be43c3a8398987d71643d38b5639.tar.xz
plus-46629a046a32be43c3a8398987d71643d38b5639.zip
Remove gcc-6 unit tests builds from .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml212
1 files changed, 0 insertions, 212 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ecf2fa7b9..a4379ea83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -522,38 +522,6 @@ gcc-5_sanitize_tests_i386:
tags:
- docker
-# disabled due gitlab bug
-.gcc-6_sanitize_doctest_tests:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
- - ldd ./src/manaplustests | grep "libasan"
- <<: *job-push
- 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_sanitize_doctest_tests_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_sanitize_tests.sh --enable-unittests=doctest --without-dyecmd --without-manaplusgame
- - ldd ./src/manaplustests | grep "libasan"
- image: vicamo/debian:sid-i386
- <<: *job-push
- 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-5_sanitize_no_opengl_tests:
stage: build
script:
@@ -791,20 +759,6 @@ gcc-6_sanitize_i386:
tags:
- docker
-gcc-6_tests_simd:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests_simd.sh --without-dyecmd --without-manaplusgame
- <<: *job-push
- 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-7_tests_simd:
stage: build
script:
@@ -849,37 +803,6 @@ gcc-7_tests_O1:
tags:
- docker
-gcc-6_tests_lto:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
- <<: *job-push
- variables:
- POST_CXXFLAGS: "-ffast-math -O9 -flto -fwhole-program -funswitch-loops"
- 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_lto_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
- <<: *job-push
- image: vicamo/debian:sid-i386
- variables:
- POST_CXXFLAGS: "-ffast-math -O9 -flto -fwhole-program -funswitch-loops"
- 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-7_tests_lto:
stage: build
script:
@@ -970,49 +893,6 @@ gcc-7_tests_i386:
tags:
- docker
-gcc-6_tests:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
- <<: *job-push
- 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_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
- image: vicamo/debian:sid-i386
- <<: *job-push
- 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_glibcdebug:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
- <<: *job-push
- 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-7_tests:
stage: build
script:
@@ -1057,21 +937,6 @@ gcc-7_pugixml_tests_i386:
tags:
- docker
-gcc-6_tests_glibcdebug_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame --enable-glibcdebug
- image: vicamo/debian:sid-i386
- <<: *job-push
- 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-7_tests_glibcdebug_i386:
stage: build
script:
@@ -1117,36 +982,6 @@ gcc-7_sdl2_tests_gcov:
tags:
- docker
-gcc-6_sdl2_tests:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_sdl2_tests.sh --without-dyecmd --without-manaplusgame
- <<: *job-push
- 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_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_sdl2_tests.sh --without-dyecmd --without-manaplusgame
- image: vicamo/debian:sid-i386
- <<: *job-push
- 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-7_sdl2_tests_i386:
stage: build
script:
@@ -1221,41 +1056,6 @@ gcc-5_sdl2_no_opengl_tests_i386:
tags:
- docker
-gcc-6_tests_valgrind:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame || true
- - echo test valgrind
- - valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- - grep "invalid" logs/valg.log && exit 1 || true
- <<: *job-push
- 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_valgrind_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame || true
- - echo test valgrind
- - valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- - grep "invalid" logs/valg.log && exit 1 || true
- image: vicamo/debian:sid-i386
- <<: *job-push
- 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-7_tests_valgrind:
stage: build
script:
@@ -1754,18 +1554,6 @@ gcc-7_mse_sdl2_i386:
libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
gdb valgrind netcat-openbsd procps
-gcc-5_tarball_tests:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6_tarball_tests.sh --without-dyecmd --without-manaplusgame
- <<: *job-push
- 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
-
# simple builds
gcc-gentoo_sdl1: