mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
11 lines
166 B
YAML
11 lines
166 B
YAML
version: '{build}'
|
|
configuration:
|
|
- MINGW_64
|
|
- MINGW_32
|
|
install: []
|
|
build_script:
|
|
- call .ci\build.bat
|
|
artifacts:
|
|
- path: build/Neovim.zip
|
|
- path: build/bin/nvim.exe
|