neovim/appveyor.yml

14 lines
261 B
YAML
Raw Normal View History

version: '{build}'
configuration:
- MINGW_64
- MINGW_32
install: []
build_script:
- call .ci\build.bat
2017-02-15 19:10:00 -07:00
cache:
- C:\msys64\var\cache\pacman\pkg -> .ci\build.bat
- .deps -> third-party/CMakeLists.txt
artifacts:
- path: build/Neovim.zip
2016-12-09 08:36:16 -07:00
- path: build/bin/nvim.exe