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: ...@@ -41,7 +41,7 @@ build/aarch64:
- branches@gnutls/nettle - branches@gnutls/nettle
except: except:
- tags - tags
Build and Check with mini-gmp: build/mini-gmp:
script: script:
- ./.bootstrap && - ./.bootstrap &&
./configure --disable-documentation --enable-mini-gmp && make -j4 && ./configure --disable-documentation --enable-mini-gmp && make -j4 &&
...@@ -50,7 +50,7 @@ Build and Check with mini-gmp: ...@@ -50,7 +50,7 @@ Build and Check with mini-gmp:
- shared - shared
except: except:
- tags - tags
Build and Check with ubsan: build/ubsan:
image: fedora:25 image: fedora:25
script: script:
- yum install -y gmp-devel libubsan-static libubsan - yum install -y gmp-devel libubsan-static libubsan
...@@ -61,7 +61,7 @@ Build and Check with ubsan: ...@@ -61,7 +61,7 @@ Build and Check with ubsan:
- shared - shared
except: except:
- tags - tags
Build and Check with asan: build/asan:
image: fedora:25 image: fedora:25
script: script:
- yum install -y gmp-devel - yum install -y gmp-devel
...@@ -72,7 +72,7 @@ Build and Check with asan: ...@@ -72,7 +72,7 @@ Build and Check with asan:
- shared - shared
except: except:
- tags - tags
Build with static-analyzers: build/static-analyzers:
image: fedora:25 image: fedora:25
script: script:
- yum install -y gmp-devel clang compiler-rt cppcheck clang-analyzer - 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