]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Compile BIND with ATF enabled, so unit tests are executed in test stage.
authorOndřej Surý <ondrej@sury.org>
Mon, 5 Mar 2018 15:54:37 +0000 (16:54 +0100)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Mar 2018 14:11:27 +0000 (10:11 -0400)
This needs ATF, Kyuo (and deps) available in the docker images.

.gitlab-ci.yml

index 04135df632023504ab7d92605ffedefce2f01892..2a394a2b62809dfff6fb8cda0b78b4a3486f92ea 100644 (file)
@@ -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'