mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Windows: Crank to MSVC 2015 on AppVeyor. #3254
This commit is contained in:
parent
4a8d557d44
commit
e12d371f9d
46
appveyor.yml
46
appveyor.yml
@ -1,23 +1,23 @@
|
|||||||
version: '{build}'
|
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
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: Windows Server 2012 R2
|
- os: Windows Server 2012 R2
|
||||||
install: []
|
install: []
|
||||||
build_script:
|
build_script:
|
||||||
# See http://help.appveyor.com/discussions/problems/539-cloning-gyp-fails
|
# See http://help.appveyor.com/discussions/problems/539-cloning-gyp-fails
|
||||||
- git config --global url."http://".insteadOf https://
|
- git config --global url."http://".insteadOf https://
|
||||||
- mkdir %DEPS_PATH%
|
- mkdir %DEPS_PATH%
|
||||||
- cd %DEPS_PATH%
|
- cd %DEPS_PATH%
|
||||||
- cmake -G "%GENERATOR%" ..\third-party\
|
- cmake -G "%GENERATOR%" ..\third-party\
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- cd ..
|
- cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user