From fd2dea6b74164509dc0ee4152020b412010c051a Mon Sep 17 00:00:00 2001 From: ferris Date: Sat, 24 Jul 2021 20:00:14 +0200 Subject: [PATCH] CI: Specify multiple VS images All of these appear to work with the current codebase, and it would be nice to keep it that way, so let's build all of them in CI, too. Especially for the latest version (2019 at the time of writing), having CI coverage is very important. Fixes #77. --- .appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8a6de92f..0eedfdb7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,8 @@ version: '{build}' -image: Visual Studio 2013 +image: + - Visual Studio 2013 + - Visual Studio 2017 + - Visual Studio 2019 platform: - Win32