]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable make clean at the end of configure step in GitLab CI
authorOndřej Surý <ondrej@sury.org>
Fri, 17 Aug 2018 14:50:48 +0000 (16:50 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 28 Aug 2018 05:27:16 +0000 (07:27 +0200)
(cherry picked from commit a1d783bbe28a76c580cce3f9a0d8abad93d3ea80)

.gitlab-ci.yml

index 567093a9bfde7925a784db0b89ce39cd78c11cea..917f1f9158df0158dc2e36afcaedfbaa39740f87 100644 (file)
@@ -114,7 +114,7 @@ stages:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - autoreconf -fi
   script:
-    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --with-libidn2 --prefix=$HOME/.local "${EXTRA_CONFIGURE}"
+    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --with-libidn2 --prefix=$HOME/.local --without-make-clean "${EXTRA_CONFIGURE}" || cat config.log
     - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1
   artifacts:
     expire_in: '1 hour'