]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.gitlab-ci.yml: renamed targets for better overview in gitlab pipeline interface
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 5 Oct 2017 19:41:06 +0000 (21:41 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 14 Oct 2017 06:49:28 +0000 (08:49 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.gitlab-ci.yml

index 7c30579a3ad1fd21833b6c0c336047b53e0c5eae..52a89b2b8b5e079499adfa877caa4d6c4114713a 100644 (file)
@@ -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