blob: 091e86583ac3cb5e5efccc4e1c19f3f0381def7f (
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
|