2015-08-27 14:09:21 -07:00
|
|
|
version: '{build}'
|
2016-08-25 22:38:46 -07:00
|
|
|
configuration:
|
|
|
|
- MINGW_64
|
|
|
|
- MINGW_32
|
2017-08-14 05:30:59 -07:00
|
|
|
environment:
|
|
|
|
matrix:
|
|
|
|
- USE_GCOV: ON
|
|
|
|
- USE_GCOV: OFF
|
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- configuration: MINGW_32
|
|
|
|
USE_GCOV: ON
|
2015-08-27 14:09:21 -07:00
|
|
|
install: []
|
|
|
|
build_script:
|
2017-03-31 05:32:58 -07:00
|
|
|
- call ci\build.bat
|
2017-02-15 19:10:00 -07:00
|
|
|
cache:
|
2017-03-31 05:32:58 -07:00
|
|
|
- C:\msys64\var\cache\pacman\pkg -> ci\build.bat
|
2017-04-10 13:16:05 -07:00
|
|
|
- .deps -> third-party\**
|
2016-08-01 05:16:08 -07:00
|
|
|
artifacts:
|
|
|
|
- path: build/Neovim.zip
|
2016-12-09 08:36:16 -07:00
|
|
|
- path: build/bin/nvim.exe
|