From ef3ad5d90920439219265ca46fdb206918f1b86c Mon Sep 17 00:00:00 2001 From: Don HO Date: Mon, 11 Sep 2017 09:36:38 +0200 Subject: [PATCH] Use VS2015 for appveyor instead of VS2013 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 54282758..9e08f6b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Visual Studio 2013 +image: Visual Studio 2015 clone_depth: 1 @@ -15,7 +15,7 @@ configuration: install: - if "%platform%"=="x64" set archi=amd64 - if "%platform%"=="Win32" set archi=x86 - - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %archi% + - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %archi% build: verbosity: minimal