From 7d1738785ff2bbb301c63295a0d717b8bcc88930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 8 Mar 2018 10:22:05 -0400 Subject: [PATCH] Enable developer mode in the GitLab CI builds --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a394a2b62..2dc7ecd4ac 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'