Enable --with-libidn2 in GitLab CI checks

This commit is contained in:
Ondřej Surý 2018-03-14 11:33:09 +01:00
parent 76c05a71fc
commit 1c075646f5

View file

@ -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'