AppVeyor: Dump crash log on failure.
This commit is contained in:
parent
a006328126
commit
c3b23b3b14
1 changed files with 5 additions and 0 deletions
|
@ -211,6 +211,11 @@ test_script:
|
||||||
- set NO_CCACHE=1
|
- set NO_CCACHE=1
|
||||||
- sh src/ci/run.sh
|
- 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:
|
branches:
|
||||||
only:
|
only:
|
||||||
- auto
|
- auto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue