summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-10-05 21:41:06 +0200
committerNiels Möller <nisse@lysator.liu.se>2017-10-14 08:49:28 +0200
commit94c4be1dcea908d7cc0fea119366b500d01e1e63 (patch)
treec69324d59e1f28afbd0d4d297b976cd88e42c981 /.gitlab-ci.yml
parent844a5d0697b2eee44e5bb0cc3419bd2df016074a (diff)
downloadnettle-94c4be1dcea908d7cc0fea119366b500d01e1e63.tar.gz
.gitlab-ci.yml: renamed targets for better overview in gitlab pipeline interface
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files 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