From: Nikos Mavrogiannopoulos Date: Thu, 5 Oct 2017 19:41:06 +0000 (+0200) Subject: .gitlab-ci.yml: renamed targets for better overview in gitlab pipeline interface X-Git-Tag: nettle_3.4rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c4be1dcea908d7cc0fea119366b500d01e1e63;p=thirdparty%2Fnettle.git .gitlab-ci.yml: renamed targets for better overview in gitlab pipeline interface Signed-off-by: Nikos Mavrogiannopoulos --- 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