appveyor: memory.dmp test

This commit is contained in:
Bill Zissimopoulos 2017-01-04 15:03:03 -08:00
parent 3874e2a6b5
commit 155344ea61

View File

@ -26,6 +26,7 @@ test_script:
- if %TESTING%==Func tools\run-tests.bat %CONFIGURATION%
- if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% ifstest
- if %TESTING%==Perf tools\run-perf-tests.bat %CONFIGURATION% baseline > perf-tests.csv && type perf-tests.csv & appveyor PushArtifact perf-tests.csv
- echo DUMP > %SystemRoot%\memory.dmp
- if exist %SystemRoot%\memory.dmp exit 1
on_finish: