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
Dmitry Baryshkov
nettle
Commits
844a5d06
Commit
844a5d06
authored
Oct 05, 2017
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
Oct 14, 2017
Browse files
.gitlab-ci.yml: enable fat builds on x86*
Signed-off-by:
Nikos Mavrogiannopoulos
<
nmav@redhat.com
>
parent
9c040b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
844a5d06
...
...
@@ -12,7 +12,7 @@ build/x86-64:
script
:
-
yum install -y gmp-devel
-
./.bootstrap &&
./configure --disable-documentation && make -j4 &&
./configure
--enable-fat
--disable-documentation && make -j4 &&
make check -j4
tags
:
-
shared
...
...
@@ -22,7 +22,7 @@ build/x86:
script
:
-
yum install -y gmp-devel.i686
-
./.bootstrap &&
PKG_CONFIG_PATH="/usr/lib/pkgconfig/" CFLAGS="-O2 -g -m32" LDFLAGS="-m32" ./configure --build=i686-redhat-linux --disable-documentation && make -j4 &&
PKG_CONFIG_PATH="/usr/lib/pkgconfig/" CFLAGS="-O2 -g -m32" LDFLAGS="-m32" ./configure --build=i686-redhat-linux
--enable-fat
--disable-documentation && make -j4 &&
make check -j4
tags
:
-
shared
...
...
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