summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69974de41..89a8a2ce7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1205,36 +1205,6 @@ gcc-7_all_and_unittestsbin:
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
-clang-4.0:
- stage: build
- script:
- - ./tools/ci/jobs/clang40.sh
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: clang-4.0 libc++-dev libc++abi-dev
- 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
-
-clang-5.0:
- stage: build
- script:
- - ./tools/ci/jobs/clang50.sh
- - ./tools/ci/scripts/runtests.sh
- <<: *job-push
- variables:
- PACKAGES: clang-5.0 libc++-dev libc++abi-dev libclang-5.0-dev
- 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
-
gcc-snapshot:
stage: build
script: