Files
neovim/appveyor.yml

26 lines
518 B
YAML
Raw Normal View History

version: '{build}'
environment:
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
2018-03-04 17:44:23 -06: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:
2018-03-11 17:44:07 -05:00
- powershell ci\build.ps1
2017-02-16 03:10:00 +01:00
cache:
2018-03-11 17:44:07 -05:00
- C:\msys64\var\cache\pacman\pkg -> ci\build.ps1
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