Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
fbc93be6
Commit
fbc93be6
authored
Jan 21, 2019
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.gitlab-ci.yml: Add -std=c89 and -DNDEBUG builds.
parent
479026df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
.gitlab-ci.yml
.gitlab-ci.yml
+20
-0
No files found.
.gitlab-ci.yml
View file @
fbc93be6
...
...
@@ -30,6 +30,26 @@ build/mini-gmp:
-
shared
except
:
-
tags
build/c89
:
image
:
$CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script
:
-
./.bootstrap &&
./configure CC='gcc -std=c89' --disable-static --disable-assembler --disable-documentation && make -j4 &&
make check -j4
tags
:
-
shared
except
:
-
tags
build/ndebug
:
image
:
$CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script
:
-
./.bootstrap &&
./configure CPPFLAGS='-DNDEBUG' --disable-static --disable-assembler --disable-documentation && make -j4 &&
make check -j4
tags
:
-
shared
except
:
-
tags
build/ubsan
:
image
:
$CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script
:
...
...
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