From 4ad47489b8d80bdbe4ad1c2596d531437d5cbddb Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 15 Apr 2018 18:28:48 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 37c6f02..bb2f24d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,12 +2,15 @@ version: '{branch}-{build}' environment: matrix: - - configuration: Debug - - configuration: Release + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + MSVC_GENERATOR: Visual Studio 14 2015 + MSVC_GENERATOR_SHORT: VS2015 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + MSVC_GENERATOR: Visual Studio 15 2017 + MSVC_GENERATOR_SHORT: VS2017 -APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 -MSVC_GENERATOR: Visual Studio 15 2017 -MSVC_GENERATOR_SHORT: VS2017 +configuration: + - Debug platform: - x64