mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
Windows: Crank to MSVC 2015 on AppVeyor. #3254
This commit is contained in:
parent
4a8d557d44
commit
e12d371f9d
@ -2,11 +2,11 @@ version: '{build}'
|
||||
skip_tags: true
|
||||
os: Windows Server 2012 R2
|
||||
environment:
|
||||
GYP_MSVS_VERSION: 2013
|
||||
GYP_MSVS_VERSION: 2015
|
||||
matrix:
|
||||
- GENERATOR: Visual Studio 12 Win64
|
||||
- GENERATOR: Visual Studio 14 Win64
|
||||
DEPS_PATH: deps64
|
||||
- GENERATOR: Visual Studio 12
|
||||
- GENERATOR: Visual Studio 14
|
||||
DEPS_PATH: deps32
|
||||
matrix:
|
||||
# Allow builds to fail
|
||||
|
Loading…
Reference in New Issue
Block a user