2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

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.
This commit is contained in:
Ondřej Surý
2018-03-05 16:54:37 +01:00
parent 58be47e3e1
commit 2f4845e968

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