]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
paste config.log to output if configure ends up with failure
authorOndřej Surý <ondrej@sury.org>
Sun, 12 Aug 2018 15:43:14 +0000 (17:43 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 16 Aug 2018 13:13:41 +0000 (09:13 -0400)
.gitlab-ci.yml

index 47a7e5fa403ceb58ea3822d75cfe302552c76c45..feaaa12c604667b2869fd294b92643b86b4fbe16 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 $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'