aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: f016a12e1d78aa2fe187c0b6ae0eee6d9dc40d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '{build}'
configuration:
- MINGW_64
- MINGW_32
- MINGW_64-gcov
install: []
build_script:
- call ci\build.bat
cache:
- C:\msys64\var\cache\pacman\pkg -> ci\build.bat
- .deps -> third-party\**
artifacts:
- path: build/Neovim.zip
- path: build/bin/nvim.exe