We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d015e1 commit 9d690d4Copy full SHA for 9d690d4
appveyor.yml
@@ -211,6 +211,11 @@ test_script:
211
- set NO_CCACHE=1
212
- sh src/ci/run.sh
213
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
+
219
branches:
220
only:
221
- auto
0 commit comments