]> 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:09:18 +0000 (07:09 +0200)
.gitlab-ci.yml

index e3a435c9d147fe451e1c1afb5fec2276f3e712e2..21c9acd30e5b865b8ea0433217aaed35d97e3c0e 100644 (file)
@@ -115,7 +115,7 @@ stages:
     - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
 #    - ./autogen.sh
   script:
-    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --prefix=$HOME/.local $EXTRA_CONFIGURE || cat config.log
+    - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr --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'