Skip to content

Commit bcb4c78

Browse files
committed
Update comments in appveyor.yml
AppVeyor is mostly being superseded by Github Actions
1 parent 1c2428e commit bcb4c78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ install:
88
- git submodule update --init --recursive
99

1010
image:
11-
# Reduce the number of images to test on AppVeyor, to speed up the build
11+
# Note: reduced the number of images to test on AppVeyor, to speed up the build
1212
- Visual Studio 2022
1313
# - Visual Studio 2019
1414
# - Visual Studio 2017
1515
- Visual Studio 2015
1616

1717
# configurations to add to build matrix
18-
# TODO: MinGW Makefiles and MSYS Makefiles
1918
configuration:
2019
- Debug
2120
- Release

0 commit comments

Comments
 (0)