mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
14 lines
247 B
YAML
14 lines
247 B
YAML
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
|