neovim/appveyor.yml
2017-02-16 16:23:18 +01:00

14 lines
261 B
YAML

version: '{build}'
configuration:
- MINGW_64
- MINGW_32
install: []
build_script:
- call .ci\build.bat
cache:
- C:\msys64\var\cache\pacman\pkg -> .ci\build.bat
- .deps -> third-party/CMakeLists.txt
artifacts:
- path: build/Neovim.zip
- path: build/bin/nvim.exe