summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-13 00:43:15 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-13 00:43:15 +0300
commit4c4e4275ffddcec52d58a898fd5d8e4e32b7ab66 (patch)
tree0718ec950d8ea3d797511df350ab7bb6b1ead3e9 /.gitlab-ci.yml
parentefb7eb3a15b3f1b9d269f39b4c71c6993c69b976 (diff)
downloadplus-4c4e4275ffddcec52d58a898fd5d8e4e32b7ab66.tar.gz
plus-4c4e4275ffddcec52d58a898fd5d8e4e32b7ab66.tar.bz2
plus-4c4e4275ffddcec52d58a898fd5d8e4e32b7ab66.tar.xz
plus-4c4e4275ffddcec52d58a898fd5d8e4e32b7ab66.zip
Remove some main jobs 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 b87fd6a7c..fa333874c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -305,23 +305,6 @@ triggers:
variables:
PACKAGES: curl
-# too slow for one thread, with two threads rundom out of memory issue
-gcc-7_sanitize_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7_sanitize.sh
- - ./tools/ci/scripts/runtests.sh
- image: vicamo/debian:sid-i386
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
- JOBS: 1
- tags:
- - docker
# disabled due gitlab bug
.gcc-7_SDL_SDL-1.2_sanitize2_test:
@@ -378,22 +361,6 @@ gcc-7_sanitize_i386:
- docker
# disabled due gitlab bug
-.gcc-7_sanitize:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7_sanitize.sh
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
- tags:
- - docker
-
-# disabled due gitlab bug
.gcc-7_SDL_SDL-1.2_sanitize_test:
stage: build
script:
@@ -490,158 +457,6 @@ gcc-7_sanitize_i386:
tags:
- docker
-gcc-7_lto:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7_lto.sh
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
- POST_CXXFLAGS: "-Wno-null-dereference"
-
-gcc-7_lto_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7_lto.sh
- - ./tools/ci/scripts/runtests.sh
- image: vicamo/debian:sid-i386
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
- POST_CXXFLAGS: "-Wno-null-dereference"
- tags:
- - docker
-
-# simple builds
-
-gcc-gentoo_sdl1:
- stage: build
- script:
- - ./tools/ci/jobs/any_compiler.sh --enable-werror
- - ./tools/ci/scripts/runtests.sh
- image: registry.gitlab.com/manaplus/images:gentoo_gcc_sdl1
- <<: *job-push
- variables:
- LOGFILE: gcc.log
- CC: gcc
- CXX: g++
- CXXFLAGS: "-Wall -Wextra"
- PMUPDATE: "echo"
- PMINSTALL: "echo"
- tags:
- - docker
-
-gcc-gentoo_sdl2:
- stage: build
- script:
- - ./tools/ci/jobs/any_compiler.sh --with-sdl2 --enable-werror
- - ./tools/ci/scripts/runtests.sh
- image: registry.gitlab.com/manaplus/images:gentoo_gcc_sdl2
- <<: *job-push
- variables:
- LOGFILE: gcc.log
- CC: gcc
- CXX: g++
- CXXFLAGS: "-Wall -Wextra"
- PMUPDATE: "echo"
- PMINSTALL: "echo"
- tags:
- - docker
-
-gcc7_without_mumble_sdl1:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --without-mumble --enable-werror
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc7_without_mumble_sdl2:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --with-sdl2 --without-mumble --enable-werror
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc-7_cilkplus:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --enable-cilkplus
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc_portable:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --with-opengl --enable-tmwa --enable-portable=yes
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc-7_no_asserts:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --disable-asserts
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc-7_default_i386:
- stage: build
- script:
- - ./tools/ci/jobs/any_compiler.sh --enable-werror
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- image: vicamo/debian:sid-i386
- variables:
- LOGFILE: gcc7.log
- CC: gcc-7
- CXX: g++-7
- CXXFLAGS: "-Wall -Wextra"
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
- tags:
- - docker
-
# error compilation. cant find SDL.
.gcc-7_zlib_ng_develop:
stage: build
@@ -758,30 +573,3 @@ gcc-7_default_i386:
POST_CXXFLAGS: "-Wno-undef"
tags:
- docker
-
-gcc-7_openglerrors_i386:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --enable-openglerrors
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- image: vicamo/debian:sid-i386
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps
-
-gcc-7_openglerrors:
- stage: build
- script:
- - ./tools/ci/jobs/gcc7.sh --enable-openglerrors
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: gcc-7 g++-7
- 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
- gdb valgrind netcat-openbsd procps