From fc92d9cf9246200df60bda6a77e33762a177ca48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Thu, 15 Dec 2022 18:59:14 +0100 Subject: [PATCH] Reduce the number of images to test on AppVeyor, to speed up the build --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0bc5853..0782954 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,10 +7,11 @@ version: "{build}" install: - git submodule update --init --recursive -image: +image: +# Reduce the number of images to test on AppVeyor, to speed up the build - Visual Studio 2022 - - Visual Studio 2019 - - Visual Studio 2017 +# - Visual Studio 2019 +# - Visual Studio 2017 - Visual Studio 2015 # configurations to add to build matrix