blob: acf21ced9d21d30ebb9bf58caa41149b56798f7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
version: '{build}'
configuration:
- MINGW_64
- MINGW_32
environment:
matrix:
- USE_GCOV: ON
- USE_GCOV: OFF
matrix:
exclude:
- configuration: MINGW_32
USE_GCOV: ON
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
|