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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
9c040b6c
Commit
9c040b6c
authored
7 years ago
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: added aarch64 build
Signed-off-by:
Nikos Mavrogiannopoulos
<
nmav@redhat.com
>
parent
1ed0d376
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
+15
-2
15 additions, 2 deletions
.gitlab-ci.yml
with
15 additions
and
2 deletions
.gitlab-ci.yml
+
15
−
2
View file @
9c040b6c
...
...
@@ -8,7 +8,7 @@ before_script:
-
yum install -y git make autoconf libtool automake gettext-devel glibc-devel gcc valgrind libasan-static libgcc.i686 glibc-devel.i686
# See http://doc.gitlab.com/ce/ci/yaml/ for documentation.
B
uild
and Check (
x86-64
)
:
b
uild
/
x86-64
:
script
:
-
yum install -y gmp-devel
-
./.bootstrap &&
...
...
@@ -18,7 +18,7 @@ Build and Check (x86-64):
-
shared
except
:
-
tags
B
uild
and Check (
x86
)
:
b
uild
/
x86
:
script
:
-
yum install -y gmp-devel.i686
-
./.bootstrap &&
...
...
@@ -28,6 +28,19 @@ Build and Check (x86):
-
shared
except
:
-
tags
build/aarch64
:
before_script
:
-
/bin/true
script
:
-
./.bootstrap &&
./configure --enable-fat --disable-documentation && make -j4 &&
make check -j4
tags
:
-
aarch64
only
:
-
branches@gnutls/nettle
except
:
-
tags
Build and Check with mini-gmp
:
script
:
-
./.bootstrap &&
...
...
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