Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
ad5a8e3e
Commit
ad5a8e3e
authored
Nov 6, 2017
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
Nov 8, 2017
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: added build with gnutls
Signed-off-by:
Nikos Mavrogiannopoulos
<
nmav@redhat.com
>
parent
68531613
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
with
14 additions
and
0 deletions
.gitlab-ci.yml
+
14
−
0
View file @
ad5a8e3e
...
@@ -87,3 +87,17 @@ build/static-analyzers:
...
@@ -87,3 +87,17 @@ build/static-analyzers:
when
:
on_failure
when
:
on_failure
paths
:
paths
:
-
scan-build-lib/*
-
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment