From bcb4c78fed6628f150c28fa6377c2b0430f7f99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 30 Aug 2023 13:45:42 +0200 Subject: [PATCH] Update comments in appveyor.yml AppVeyor is mostly being superseded by Github Actions --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7175218f..07928313 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,14 +8,13 @@ install: - git submodule update --init --recursive image: -# Reduce the number of images to test on AppVeyor, to speed up the build +# Note: reduced the number of images to test on AppVeyor, to speed up the build - Visual Studio 2022 # - Visual Studio 2019 # - Visual Studio 2017 - Visual Studio 2015 # configurations to add to build matrix -# TODO: MinGW Makefiles and MSYS Makefiles configuration: - Debug - Release