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-Tag: v9.13.3~56^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28748db0b26a96328d403525f6ed0226dd2453b7;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'