blob: edb679d2236f92ce2b675911bfe8667a48fed3e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
version: '{build}'
configuration:
- MINGW_64
- MINGW_32
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
|