neovim/appveyor.yml

26 lines
512 B
YAML
Raw Normal View History

version: '{build}'
environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
2018-03-04 16:44:23 -07:00
image: Visual Studio 2017
configuration:
- MINGW_64
- MINGW_32
- MSVC_64
# - MSVC_32
- MINGW_64-gcov
matrix:
allow_failures:
- configuration: MSVC_64
- configuration: MINGW_64-gcov
install: []
before_build:
- ps: Install-Product node 8
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