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
Wim Lewis
nettle
Commits
554da5c4
Commit
554da5c4
authored
Mar 10, 2016
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
Mar 15, 2016
Browse files
.gitlab-ci.yml: enhance with mini-gmp builds
parent
d353fb79
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
554da5c4
...
...
@@ -17,6 +17,14 @@ Build and Check (x86):
-
x86
except
:
-
tags
Build and Check with mini-gmp
:
script
:
-
./.bootstrap &&
./configure --disable-documentation --enable-mini-gmp && make -j4 &&
make check -j4
tags
:
except
:
-
tags
Build and Check with ubsan
:
script
:
-
./.bootstrap &&
...
...
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