mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +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"
|
- export CCACHE_DIR="$CI_PROJECT_DIR/.ccache"
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
script:
|
script:
|
||||||
- ./configure --with-libtool --disable-static
|
- ./configure --with-libtool --disable-static --with-atf=/usr/local
|
||||||
- make -j6 -k all V=1
|
- make -j6 -k all V=1
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: '1 hour'
|
expire_in: '1 hour'
|
||||||
|
Reference in New Issue
Block a user