aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Jackson <sethjackson@gmail.com>2015-08-27 17:09:21 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-08-27 23:21:04 -0400
commite12d371f9d54278fd11b15c1d885523f5deecf17 (patch)
tree1e4b8fd32c31dd085617a620b465514155a8f7cd
parent4a8d557d4444122fed9db828013ba1e95e24a154 (diff)
downloadrneovim-e12d371f9d54278fd11b15c1d885523f5deecf17.tar.gz
rneovim-e12d371f9d54278fd11b15c1d885523f5deecf17.tar.bz2
rneovim-e12d371f9d54278fd11b15c1d885523f5deecf17.zip
Windows: Crank to MSVC 2015 on AppVeyor. #3254
-rw-r--r--appveyor.yml46
1 files changed, 23 insertions, 23 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d37d0b83de..c5a768cb41 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,23 +1,23 @@
-version: '{build}'
-skip_tags: true
-os: Windows Server 2012 R2
-environment:
- GYP_MSVS_VERSION: 2013
- matrix:
- - GENERATOR: Visual Studio 12 Win64
- DEPS_PATH: deps64
- - GENERATOR: Visual Studio 12
- DEPS_PATH: deps32
-matrix:
- # Allow builds to fail
- allow_failures:
- - os: Windows Server 2012 R2
-install: []
-build_script:
-# See http://help.appveyor.com/discussions/problems/539-cloning-gyp-fails
-- git config --global url."http://".insteadOf https://
-- mkdir %DEPS_PATH%
-- cd %DEPS_PATH%
-- cmake -G "%GENERATOR%" ..\third-party\
-- cmake --build .
-- cd ..
+version: '{build}'
+skip_tags: true
+os: Windows Server 2012 R2
+environment:
+ GYP_MSVS_VERSION: 2015
+ matrix:
+ - GENERATOR: Visual Studio 14 Win64
+ DEPS_PATH: deps64
+ - GENERATOR: Visual Studio 14
+ DEPS_PATH: deps32
+matrix:
+ # Allow builds to fail
+ allow_failures:
+ - os: Windows Server 2012 R2
+install: []
+build_script:
+# See http://help.appveyor.com/discussions/problems/539-cloning-gyp-fails
+- git config --global url."http://".insteadOf https://
+- mkdir %DEPS_PATH%
+- cd %DEPS_PATH%
+- cmake -G "%GENERATOR%" ..\third-party\
+- cmake --build .
+- cd ..