From 91f97ca02f28041ecf598d9d3b07420bf8cf2238 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Sun, 15 Apr 2018 14:11:20 -0400 Subject: [PATCH] Update appveyor settings Use Visual Studio 2017. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 46a91007e6e3..ddf8088c94a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: "{build}" clone_depth: 10 -os: Visual Studio 2015 +os: Visual Studio 2017 init: - git config --global core.autocrlf input @@ -11,7 +11,7 @@ platform: - x64 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: bash script/cibuild