Use VS2015 on appveyor
This commit is contained in:
parent
2d7b5c53b1
commit
08779eb6d9
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
# http://www.appveyor.com/docs/appveyor-yml
|
# http://www.appveyor.com/docs/appveyor-yml
|
||||||
version: "{build}"
|
version: "{build}"
|
||||||
|
|
||||||
|
os: Visual Studio 2015
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
|
||||||
|
@ -10,7 +12,7 @@ platform:
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
|
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
|
||||||
- cmd: SET PATH=C:\python27;%PATH%
|
- cmd: SET PATH=C:\python27;%PATH%
|
||||||
- cmd: python script/cibuild
|
- cmd: python script/cibuild
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue