From: Nikos Mavrogiannopoulos Date: Tue, 12 Jun 2018 11:26:00 +0000 (+0200) Subject: .gitlab-ci.yml: link with shared library on x86-64 build X-Git-Tag: nettle_3.5rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d507806d3605ddd0a59fa9f714b203bc4201538;p=thirdparty%2Fnettle.git .gitlab-ci.yml: link with shared library on x86-64 build This allows testing whether exported symbols are sufficient for the included test suite. --- 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