mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
appveyor: save memory.dmp
This commit is contained in:
parent
7574c39ffb
commit
2f82d91e1f
@ -12,8 +12,9 @@ install:
|
|||||||
- appveyor AddMessage "Change boot configuration and reboot" -Category Information
|
- appveyor AddMessage "Change boot configuration and reboot" -Category Information
|
||||||
- verifier /standard /driver winfsp-x64.sys
|
- verifier /standard /driver winfsp-x64.sys
|
||||||
- bcdedit /set testsigning on
|
- bcdedit /set testsigning on
|
||||||
|
- if exist %SystemRoot%\memory.dmp del %SystemRoot%\memory.dmp
|
||||||
- ps: Restart-Computer -Force
|
- ps: Restart-Computer -Force
|
||||||
- ps: Start-Sleep -s 10
|
- ps: Start-Sleep -s 60
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- appveyor AddMessage "Reboot complete" -Category Information
|
- appveyor AddMessage "Reboot complete" -Category Information
|
||||||
@ -26,6 +27,8 @@ test_script:
|
|||||||
- tools\nmake-ext-test.bat %CONFIGURATION%
|
- tools\nmake-ext-test.bat %CONFIGURATION%
|
||||||
- tools\run-tests.bat %CONFIGURATION%
|
- tools\run-tests.bat %CONFIGURATION%
|
||||||
- tools\run-tests.bat %CONFIGURATION% ifstest
|
- tools\run-tests.bat %CONFIGURATION% ifstest
|
||||||
|
- if exist %SystemRoot%\memory.dmp exit 1
|
||||||
|
|
||||||
on_finish:
|
on_finish:
|
||||||
|
- if exist %SystemRoot%\memory.dmp (7z a memory.dmp.zip %SystemRoot%\memory.dmp & appveyor PushArtifact memory.dmp.zip)
|
||||||
- verifier /query
|
- verifier /query
|
||||||
|
Loading…
x
Reference in New Issue
Block a user