AppVeyor: Dump crash log on failure. · rust-lang/rust@c3b23b3 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit c3b23b3
AppVeyor: Dump crash log on failure.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -211,6 +211,11 @@ test_script: | ||
211 | 211 | - set NO_CCACHE=1 |
212 | 212 | - sh src/ci/run.sh |
213 | 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 | + | |
214 | 219 | branches: |
215 | 220 | only: |
216 | 221 | - auto |