appveyor.yml 511 B

1234567891011121314151617181920212223242526
  1. version: '{build}'
  2. environment:
  3. APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
  4. image: Visual Studio 2017
  5. configuration:
  6. - MSVC_64
  7. - MSVC_32
  8. - MINGW_64
  9. - MINGW_32
  10. - MINGW_64-gcov
  11. matrix:
  12. allow_failures:
  13. - configuration: MINGW_64-gcov
  14. install: []
  15. before_build:
  16. - ps: Install-Product node 8
  17. build_script:
  18. - powershell ci\build.ps1
  19. cache:
  20. - C:\msys64\var\cache\pacman\pkg -> ci\build.ps1
  21. - .deps -> ci\build.ps1
  22. - .deps -> third-party\**
  23. artifacts:
  24. - path: build/Neovim.zip
  25. - path: build/bin/nvim.exe