neovim/appveyor.yml

22 lines
377 B
YAML
Raw Normal View History

version: '{build}'
configuration:
- MINGW_64
- MINGW_32
environment:
matrix:
- USE_GCOV: ON
- USE_GCOV: OFF
matrix:
exclude:
- configuration: MINGW_32
USE_GCOV: ON
install: []
build_script:
2017-03-31 05:32:58 -07:00
- call ci\build.bat
2017-02-15 19:10:00 -07:00
cache:
2017-03-31 05:32:58 -07:00
- C:\msys64\var\cache\pacman\pkg -> ci\build.bat
2017-04-10 13:16:05 -07:00
- .deps -> third-party\**
artifacts:
- path: build/Neovim.zip
2016-12-09 08:36:16 -07:00
- path: build/bin/nvim.exe