From fcc836f2a5ca39a68aa60c7fb0fa637044a5346b Mon Sep 17 00:00:00 2001 From: Mattes D Date: Fri, 23 Aug 2019 18:46:06 +0200 Subject: [PATCH] Upgrade Appveyor's MSVC --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 61f562dc7..cea9e5c51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,5 @@ version: 1.0.{build} +image: Visual Studio 2017 configuration: Debug clone_depth: 50 @@ -6,7 +7,7 @@ before_build: - echo %TIME% - git submodule update --init - echo %TIME% -- cmake -G "Visual Studio 12" -DSELF_TEST=1 -DBUILD_TOOLS=1 . +- cmake -G "Visual Studio 15 2017" -DSELF_TEST=1 -DBUILD_TOOLS=1 . - echo %TIME% build: