From c8e00c5750e5e8b64d1ca1c8208c01d5bde9458b Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 2 Oct 2015 21:28:19 +0100 Subject: [PATCH] AppVeyor: Upload config.log even if ./configure failed --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7313dc32..f45edadd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,8 +26,7 @@ build_script: - git submodule update --init - c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER; ./autogen.sh < /dev/null" - mkdir build - - c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; ../configure --enable-charset --enable-zlib --enable-openssl --enable-perl --enable-python --enable-cyrus < /dev/null" - - ps: Push-AppveyorArtifact build\config.log + - c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; ../configure --enable-charset --enable-zlib --enable-openssl --enable-perl --enable-python --enable-cyrus < /dev/null; appveyor PushArtifact config.log" - c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; make VERBOSE=1 -j2 < /dev/null" - c:\cygwin-root\bin\sh -lc "cd $APPVEYOR_BUILD_FOLDER/build; make install < /dev/null" - c:\cygwin-root\bin\sh -lc "znc --version"