Files
neovim/appveyor.yml

18 lines
324 B
YAML
Raw Normal View History

version: '{build}'
configuration:
- MINGW_64
- MINGW_32
- MINGW_64-gcov
matrix:
allow_failures:
- configuration: MINGW_64-gcov
install: []
build_script:
2017-03-31 15:32:58 +03:00
- call ci\build.bat
2017-02-16 03:10:00 +01:00
cache:
2017-03-31 15:32:58 +03:00
- C:\msys64\var\cache\pacman\pkg -> ci\build.bat
2017-04-10 22:16:05 +02:00
- .deps -> third-party\**
artifacts:
- path: build/Neovim.zip
2016-12-09 16:36:16 +01:00
- path: build/bin/nvim.exe