mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
Windows: Crank to MSVC 2015 on AppVeyor. #3254
This commit is contained in:

committed by
Justin M. Keyes

parent
4a8d557d44
commit
e12d371f9d
@@ -2,11 +2,11 @@ version: '{build}'
|
|||||||
skip_tags: true
|
skip_tags: true
|
||||||
os: Windows Server 2012 R2
|
os: Windows Server 2012 R2
|
||||||
environment:
|
environment:
|
||||||
GYP_MSVS_VERSION: 2013
|
GYP_MSVS_VERSION: 2015
|
||||||
matrix:
|
matrix:
|
||||||
- GENERATOR: Visual Studio 12 Win64
|
- GENERATOR: Visual Studio 14 Win64
|
||||||
DEPS_PATH: deps64
|
DEPS_PATH: deps64
|
||||||
- GENERATOR: Visual Studio 12
|
- GENERATOR: Visual Studio 14
|
||||||
DEPS_PATH: deps32
|
DEPS_PATH: deps32
|
||||||
matrix:
|
matrix:
|
||||||
# Allow builds to fail
|
# Allow builds to fail
|
||||||
|
Reference in New Issue
Block a user