mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Enable developer mode in the GitLab CI builds
This commit is contained in:
parent
2f4845e968
commit
7d1738785f
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ stages:
|
|||
- export CCACHE_DIR="$CI_PROJECT_DIR/.ccache"
|
||||
- ./autogen.sh
|
||||
script:
|
||||
- ./configure --with-libtool --disable-static --with-atf=/usr/local
|
||||
- ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr/local
|
||||
- make -j6 -k all V=1
|
||||
artifacts:
|
||||
expire_in: '1 hour'
|
||||
|
|
|
|||
Loading…
Reference in a new issue