Skip to content
Snippets Groups Projects
Commit 94c4be1d authored by Nikos Mavrogiannopoulos's avatar Nikos Mavrogiannopoulos Committed by Niels Möller
Browse files

.gitlab-ci.yml: renamed targets for better overview in gitlab pipeline interface

parent 844a5d06
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment