]> granicus.if.org Git - libevent/commitdiff
appveyor: add all build tree into artifacts in case of failure
authorAzat Khuzhin <a3at.mail@gmail.com>
Sat, 18 Aug 2018 20:50:10 +0000 (23:50 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:17:58 +0000 (15:17 +0300)
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)

appveyor.yml

index cd1b470afe4954e9d0fb5e10b08d86845b7c565e..b76997d1c550884fa78c42feac2bc79422e01e30 100644 (file)
@@ -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