Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
ad5a8e3e
Commit
ad5a8e3e
authored
Nov 06, 2017
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
Nov 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.gitlab-ci.yml: added build with gnutls
Signed-off-by:
Nikos Mavrogiannopoulos
<
nmav@redhat.com
>
parent
68531613
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.gitlab-ci.yml
.gitlab-ci.yml
+14
-0
No files found.
.gitlab-ci.yml
View file @
ad5a8e3e
...
...
@@ -87,3 +87,17 @@ build/static-analyzers:
when
:
on_failure
paths
:
-
scan-build-lib/*
build/gnutls
:
image
:
$CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script
:
-
./.bootstrap &&
-
./configure --disable-documentation --prefix=/usr --libdir=/usr/lib64 &&
make -j4 && make install
-
git clone --depth 1 --branch master https://gitlab.com/gnutls/gnutls.git gnutls-git
-
cd gnutls-git && git submodule update --init && make autoreconf &&
./configure --disable-cxx --disable-guile --disable-doc && make -j$(nproc) &&
make -j $(nproc) check
tags
:
-
shared
except
:
-
tags
Write
Preview
Markdown
is supported
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