Enable developer mode in the GitLab CI builds

This commit is contained in:
Ondřej Surý 2018-03-08 10:22:05 -04:00
parent 2f4845e968
commit 7d1738785f

View file

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