From: Ondřej Surý Date: Thu, 8 Mar 2018 14:22:05 +0000 (-0400) Subject: Enable developer mode in the GitLab CI builds X-Git-Tag: v9.13.0~104^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1738785ff2bbb301c63295a0d717b8bcc88930;p=thirdparty%2Fbind9.git Enable developer mode in the GitLab CI builds --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a394a2b628..2dc7ecd4aca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'