blob: ed5e06e3ee90844860d562b81d33094d22b83d39 (
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/CMakeLists.txt
artifacts:
- path: build/Neovim.zip
- path: build/bin/nvim.exe
|