From: Ondřej Surý Date: Mon, 5 Mar 2018 15:54:37 +0000 (+0100) Subject: chg: dev: Compile BIND with ATF enabled, so unit tests are executed in test stage. X-Git-Tag: v9.13.0~104^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4845e96896dde34bbc9c0e97bf4a53c96462db;p=thirdparty%2Fbind9.git chg: dev: Compile BIND with ATF enabled, so unit tests are executed in test stage. This needs ATF, Kyuo (and deps) available in the docker images. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04135df6320..2a394a2b628 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,7 +88,7 @@ stages: - export CCACHE_DIR="$CI_PROJECT_DIR/.ccache" - ./autogen.sh script: - - ./configure --with-libtool --disable-static + - ./configure --with-libtool --disable-static --with-atf=/usr/local - make -j6 -k all V=1 artifacts: expire_in: '1 hour'