summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-28 19:06:33 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-28 19:06:33 +0300
commitc33ecc43f775eebae66e5ad0dc5f9588162b3783 (patch)
tree9c3111f53d034648ef4f8fc1cca7f5c23e15b178 /.gitlab-ci.yml
parentd9dab8f2d9436b84a318cd5df171ba96dd4ec5ac (diff)
downloadplus-c33ecc43f775eebae66e5ad0dc5f9588162b3783.tar.gz
plus-c33ecc43f775eebae66e5ad0dc5f9588162b3783.tar.bz2
plus-c33ecc43f775eebae66e5ad0dc5f9588162b3783.tar.xz
plus-c33ecc43f775eebae66e5ad0dc5f9588162b3783.zip
Disable some jobs from .gitlab-ci.yml with --without-tmwa flag.
For now this jobs processed by travis.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c67d2d879..2e2553cd2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1250,28 +1250,6 @@ gcc-6_pugixml_sdl2_i386:
libpugixml-dev libcurl4-gnutls-dev libpng-dev
libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
-gcc_eathena_opengl:
- stage: build
- script:
- - ./tools/ci/jobs/gcc6.sh --with-opengl --disable-tmwa
- <<: *job-shared
- variables:
- PACKAGES: gcc-6 g++-6
- make autoconf automake autopoint gettext libphysfs-dev
- 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_eathena_opengl_sdl2:
- stage: build
- script:
- - ./tools/ci/jobs/gcc5_sdl2.sh --with-opengl --disable-tmwa
- <<: *job-shared
- variables:
- PACKAGES: gcc-5 g++-5
- make autoconf automake autopoint gettext libphysfs-dev
- libxml2-dev libcurl4-gnutls-dev libpng-dev
- libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
-
gcc_portable:
stage: build
script: