diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-16 19:54:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-16 19:54:48 +0300 |
commit | 44d1401d063fe55b3922fe078ed470b2d144e665 (patch) | |
tree | bb420c9d1fbd6920aa68e5833170ac889ead3305 | |
parent | 677810e1a61b8aea7c6cd2ce4d0b48ae51e82cec (diff) | |
download | plus-44d1401d063fe55b3922fe078ed470b2d144e665.tar.gz plus-44d1401d063fe55b3922fe078ed470b2d144e665.tar.bz2 plus-44d1401d063fe55b3922fe078ed470b2d144e665.tar.xz plus-44d1401d063fe55b3922fe078ed470b2d144e665.zip |
Remove some gitlab ci jobs because they present in travis ci.
-rw-r--r-- | .gitlab-ci.yml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9a40ea63..1762d9850 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1127,17 +1127,6 @@ gcc-6_sanitize_i386: tags: - docker -gcc_eathena: - stage: build - script: - - ./tools/ci/jobs/gcc6.sh --without-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_without_mumble: stage: build script: @@ -1283,17 +1272,6 @@ gcc_eathena_opengl_sdl2: libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev -gcc_eathena_sdl2: - stage: build - script: - - ./tools/ci/jobs/gcc5_sdl2.sh --without-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: @@ -1305,28 +1283,6 @@ gcc_portable: 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_c++11: - stage: build - script: - - ./tools/ci/jobs/gcc5_c++11.sh --without-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 - libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev - -gcc_eathena_sdl2_c++11: - stage: build - script: - - ./tools/ci/jobs/gcc5_sdl2_c++11.sh --without-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 - clang-3.9_sdl2: stage: build script: |