From 08f760fe283ce368d69f96294de0dfe694dd6809 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Sun, 22 Oct 2017 10:57:15 +0200 Subject: [PATCH] use more recent version of Visual Studio --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4b13ef6..f5753ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,11 @@ version: '{build}' +image: Visual Studio 2015 configuration: - RelWithDebInfo before_build: - - cmake -G "Visual Studio 10 2010" source/compiler -DCPACK_GENERATOR=ZIP + - cmake -G "Visual Studio 14 2015" source/compiler -DCPACK_GENERATOR=ZIP build_script: - cmake --build . --config %CONFIGURATION%