[appveyor] disable cmake files dump on error

pull/3/head
Hleb Valoshka 2019-11-01 16:47:41 +03:00
parent 26f3a3b5a9
commit 16051ed90a
1 changed files with 4 additions and 4 deletions

View File

@ -84,10 +84,10 @@ build_script:
cmake --build . --config Release -- /maxcpucount:4 /nologo
on_failure:
- type "c:\projects\celestia\build\CMakeFiles\CMakeOutput.log"
- type "c:\projects\celestia\build\CMakeFiles\CMakeError.log"
- type "c:\projects\celestia\build\CMakeCache.txt"
#on_failure:
#- type "c:\projects\celestia\build\CMakeFiles\CMakeOutput.log"
#- type "c:\projects\celestia\build\CMakeFiles\CMakeError.log"
#- type "c:\projects\celestia\build\CMakeCache.txt"
# build cache to preserve files/folders between builds
cache: c:\tools\vcpkg\installed\