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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user