Skip to content

Commit

Permalink
AppVeyor: Dump crash log on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm authored and Mark-Simulacrum committed May 12, 2018
1 parent 5d015e1 commit 9d690d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Expand Up @@ -211,6 +211,11 @@ test_script:
- set NO_CCACHE=1
- sh src/ci/run.sh

on_failure:
# Dump crash log
- set PATH=%PATH%;"C:\Program Files (x86)\Windows Kits\10\Debuggers\X64"
- if exist %LOCALAPPDATA%\CrashDumps for %%f in (%LOCALAPPDATA%\CrashDumps\*) do cdb -c "k;q" -G -z "%%f"

branches:
only:
- auto
Expand Down

0 comments on commit 9d690d4

Please sign in to comment.