From 82b764d9a01802ecf445c0a1fda81e721116a0c7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 10 Dec 2016 23:58:23 +0300 Subject: Add ci job with clang 4.0 Also use none git strategy for success and fail builds. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b36279d60..972672a40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -378,6 +378,13 @@ cmake_gcc-4.9: tags: - docker +clang-4.0: + stage: prebuild + script: + - ./tools/ci/jobs/clang40.sh + image: debian:unstable + <<: *log-failed-jobs + gcc-5: stage: build script: @@ -3310,6 +3317,7 @@ success: script: - echo "nothing" image: debian:unstable + variables: GIT_STRATEGY=none when: on_success failure: @@ -3317,5 +3325,6 @@ failure: script: - echo "nothing" image: debian:unstable + variables: GIT_STRATEGY=none when: on_failure <<: *log-failed-jobs -- cgit v1.2.3-70-g09d2