From: Ondřej Surý Date: Wed, 14 Mar 2018 10:33:09 +0000 (+0100) Subject: Enable --with-libidn2 in GitLab CI checks X-Git-Tag: v9.13.0~89^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c075646f5b7b8e68e482459e7aea5a403c64364;p=thirdparty%2Fbind9.git Enable --with-libidn2 in GitLab CI checks --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c14d9960ee..08a189ddc3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ stages: - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}" - ./autogen.sh script: - - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local + - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local --with-libidn2 - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1 artifacts: expire_in: '1 hour'