From: Ondřej Surý Date: Sun, 12 Aug 2018 15:43:14 +0000 (+0200) Subject: paste config.log to output if configure ends up with failure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7069e2af7ab333febbfa540b761788f4652a549b;p=thirdparty%2Fbind9.git paste config.log to output if configure ends up with failure --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47a7e5fa403..feaaa12c604 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 $EXTRA_CONFIGURE + - ./configure --enable-developer --with-libtool --disable-static --with-atf=/usr $EXTRA_CONFIGURE || cat config.log - make -j${PARALLEL_JOBS_BUILD:-1} -k all V=1 artifacts: expire_in: '1 hour'