From 985877a133fe259ff6604002edb1ecc7d808bbd5 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 17 Sep 2019 05:52:16 +0300 Subject: AppVeyor: build w/ VS 2017 as well --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 3e3f02c..ff85f8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ version: '{build}' -image: Visual Studio 2015 +image: + - Visual Studio 2015 + - Visual Studio 2017 platform: - Win32 -- cgit v1.2.3