Skip to content

Commit

Permalink
Use VS2015 on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed May 13, 2016
1 parent 2d7b5c5 commit 08779eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# http://www.appveyor.com/docs/appveyor-yml
version: "{build}"

os: Visual Studio 2015

init:
- git config --global core.autocrlf input

Expand All @@ -10,7 +12,7 @@ platform:
- x64

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: python script/cibuild

Expand Down

0 comments on commit 08779eb

Please sign in to comment.