Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
94c4be1d
Commit
94c4be1d
authored
Oct 05, 2017
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
Oct 14, 2017
Browse files
.gitlab-ci.yml: renamed targets for better overview in gitlab pipeline interface
Signed-off-by:
Nikos Mavrogiannopoulos
<
nmav@gnutls.org
>
parent
844a5d06
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
94c4be1d
...
...
@@ -41,7 +41,7 @@ build/aarch64:
-
branches@gnutls/nettle
except
:
-
tags
B
uild
and Check with
mini-gmp
:
b
uild
/
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
B
uild
and Check with
ubsan
:
b
uild
/
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
B
uild
and Check with
asan
:
b
uild
/
asan
:
image
:
fedora:25
script
:
-
yum install -y gmp-devel
...
...
@@ -72,7 +72,7 @@ Build and Check with asan:
-
shared
except
:
-
tags
B
uild
with
static-analyzers
:
b
uild
/
static-analyzers
:
image
:
fedora:25
script
:
-
yum install -y gmp-devel clang compiler-rt cppcheck clang-analyzer
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment