From 94f2060c37c7b823eec39f2fcb10c241e7819f63 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 22 Jan 2018 22:31:56 +0100 Subject: [PATCH] trying to reproduce #108 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 49ce0b8d..f72f762d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ # can use variables like {build} and {branch} version: 1.0.{build} -image: Visual Studio 2015 +image: Visual Studio 2017 environment: BUILD_DIR: "%APPVEYOR_BUILD_FOLDER%\\build" @@ -14,7 +14,7 @@ configuration: before_build: - cd %BUILD_DIR% - - cmake .. -G"Visual Studio 14 2015" + - cmake .. -G"Visual Studio 15 2017" build: parallel: true