From 94c4be1dcea908d7cc0fea119366b500d01e1e63 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos <nmav@gnutls.org> Date: Thu, 5 Oct 2017 21:41:06 +0200 Subject: [PATCH] .gitlab-ci.yml: renamed targets for better overview in gitlab pipeline interface Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c30579a..52a89b2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ build/aarch64: - branches@gnutls/nettle except: - tags -Build and Check with mini-gmp: +build/mini-gmp: script: - ./.bootstrap && ./configure --disable-documentation --enable-mini-gmp && make -j4 && @@ -50,7 +50,7 @@ Build and Check with mini-gmp: - shared except: - tags -Build and Check with ubsan: +build/ubsan: image: fedora:25 script: - yum install -y gmp-devel libubsan-static libubsan @@ -61,7 +61,7 @@ Build and Check with ubsan: - shared except: - tags -Build and Check with asan: +build/asan: image: fedora:25 script: - yum install -y gmp-devel @@ -72,7 +72,7 @@ Build and Check with asan: - shared except: - tags -Build with static-analyzers: +build/static-analyzers: image: fedora:25 script: - yum install -y gmp-devel clang compiler-rt cppcheck clang-analyzer -- GitLab