From: Azat Khuzhin Date: Sat, 18 Aug 2018 20:50:10 +0000 (+0300) Subject: appveyor: add all build tree into artifacts in case of failure X-Git-Tag: release-2.1.9-beta^2~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e81eaf2353ecf5a6e824841d1358cf00f271182;p=libevent appveyor: add all build tree into artifacts in case of failure This will help in investigations of win32 failures... P.S. looks like there is no better way, since "artifacts.*.publish_on_failure" hadn't been implemented yet (while was requiested in 2015). (cherry picked from commit 29cc8386a2f7911eaa9336692a2c5544d8b4734f) --- diff --git a/appveyor.yml b/appveyor.yml index cd1b470a..b76997d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,3 +59,7 @@ build_script: $env:CTEST_PARALLEL_LEVEL="20" ctest --output-on-failure } + +on_failure: + - 7z a libevent.zip . + - appveyor PushArtifact libevent.zip