]> 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 <a3at.mail@gmail.com>
Sat, 18 Aug 2018 21:54:11 +0000 (00:54 +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).

appveyor.yml

index 45c651e1c9a900fb494cfc7a2bba87654b1cb0c3..18170bb8288fa0ff58350ad00b86a19e00c2785a 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