Update appveyor settings
Use Visual Studio 2017.
This commit is contained in:
Родитель
1e2828b80e
Коммит
91f97ca02f
|
@ -2,7 +2,7 @@ version: "{build}"
|
||||||
|
|
||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
|
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2017
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
@ -11,7 +11,7 @@ platform:
|
||||||
- x64
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
|
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\15.0\bin\;%PATH%
|
||||||
- cmd: SET PATH=C:\python27;%PATH%
|
- cmd: SET PATH=C:\python27;%PATH%
|
||||||
- cmd: bash script/cibuild
|
- cmd: bash script/cibuild
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче