blob: 600b246be2ee78f356e6f873ee1dee2ae9f06796 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
version: '{build}'
configuration:
- MINGW_64
- MINGW_32
install: []
build_script:
- call .ci\build.bat
artifacts:
- path: build/Neovim.zip
- path: build/Neovim.exe
|