summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-06-12 13:26:00 +0200
committerNiels Möller <nisse@lysator.liu.se>2018-07-07 22:11:25 +0200
commit4d507806d3605ddd0a59fa9f714b203bc4201538 (patch)
treea68c42fbaee73cf7ec800d1d15bfca6bca8966c0 /.gitlab-ci.yml
parentee23e44f077bb83584673831446f4f0f123c25a9 (diff)
downloadnettle-4d507806d3605ddd0a59fa9f714b203bc4201538.tar.gz
.gitlab-ci.yml: link with shared library on x86-64 build
This allows testing whether exported symbols are sufficient for the included test suite.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c1586e9a..abfb81a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ build/x86-64:
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- ./.bootstrap &&
- ./configure --enable-fat --disable-documentation && make -j4 &&
+ ./configure --disable-static --enable-fat --disable-documentation && make -j4 &&
make check -j4
tags:
- shared