From 760c1a5065f23112788a68ae485585ebc93553b7 Mon Sep 17 00:00:00 2001 From: "Arthur Brainville (Ybalrid)" Date: Wed, 10 Jan 2018 09:09:21 +0100 Subject: [PATCH] Change VS version to one that is better compatible with C++11 Signed-off by: Arthur Brainville (Ybalrid) --- appveyor.yml | 3 +++ vcsetup.bat | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e6fb52a..8a027f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,8 @@ version: 0.9.{build} +image: + - Visual Studio 2015 + # scripts that runs after repo cloning. install: - vcsetup.bat diff --git a/vcsetup.bat b/vcsetup.bat index 921c1e9..b7aaefa 100644 --- a/vcsetup.bat +++ b/vcsetup.bat @@ -1 +1 @@ -.\\tools\\windows\\premake5.exe vs2013 +.\\tools\\windows\\premake5.exe vs2015