From: Ondřej Surý Date: Fri, 17 Aug 2018 14:50:48 +0000 (+0200) Subject: Disable make clean at the end of configure step in GitLab CI X-Git-Tag: v9.13.3~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d783bbe28a76c580cce3f9a0d8abad93d3ea80;p=thirdparty%2Fbind9.git Disable make clean at the end of configure step in GitLab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3a435c9d14..21c9acd30e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'