Skip to content

Commit c3b23b3

Browse files
committed
AppVeyor: Dump crash log on failure.
1 parent a006328 commit c3b23b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

+5
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ test_script:
211211
- set NO_CCACHE=1
212212
- sh src/ci/run.sh
213213

214+
on_failure:
215+
# Dump crash log
216+
- set PATH=%PATH%;"C:\Program Files (x86)\Windows Kits\10\Debuggers\X64"
217+
- if exist %LOCALAPPDATA%\CrashDumps for %%f in (%LOCALAPPDATA%\CrashDumps\*) do cdb -c "k;q" -G -z "%%f"
218+
214219
branches:
215220
only:
216221
- auto

0 commit comments

Comments
 (0)