From 4d507806d3605ddd0a59fa9f714b203bc4201538 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 12 Jun 2018 13:26:00 +0200 Subject: [PATCH] .gitlab-ci.yml: link with shared library on x86-64 build This allows testing whether exported symbols are sufficient for the included test suite. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2