2015-08-27 17:09:21 -04:00
|
|
|
version: '{build}'
|
2017-09-30 16:06:13 +02:00
|
|
|
environment:
|
|
|
|
|
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9"
|
2018-03-04 17:44:23 -06:00
|
|
|
image: Visual Studio 2017
|
2016-08-26 06:38:46 +01:00
|
|
|
configuration:
|
|
|
|
|
- MINGW_64
|
|
|
|
|
- MINGW_32
|
2018-03-08 20:35:10 +01:00
|
|
|
- MSVC_64
|
|
|
|
|
# - MSVC_32
|
2017-08-15 11:06:51 +02:00
|
|
|
- MINGW_64-gcov
|
2017-08-16 11:24:12 -04:00
|
|
|
matrix:
|
|
|
|
|
allow_failures:
|
2018-03-05 11:01:47 -06:00
|
|
|
- configuration: MSVC_64
|
2017-08-16 11:24:12 -04:00
|
|
|
- configuration: MINGW_64-gcov
|
2015-08-27 17:09:21 -04:00
|
|
|
install: []
|
2017-11-29 01:50:11 -05:00
|
|
|
before_build:
|
|
|
|
|
- ps: Install-Product node 8
|
2015-08-27 17:09:21 -04:00
|
|
|
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\**
|
2016-08-01 13:16:08 +01:00
|
|
|
artifacts:
|
|
|
|
|
- path: build/Neovim.zip
|
2016-12-09 16:36:16 +01:00
|
|
|
- path: build/bin/nvim.exe
|