Skip to content

Commit

Permalink
appveyor: add all build tree into artifacts in case of failure
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
azat committed Aug 18, 2018
1 parent 855f080 commit 29cc838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29cc838

Please sign in to comment.