Skip to content

Commit

Permalink
Update comments in appveyor.yml
Browse files Browse the repository at this point in the history
AppVeyor is mostly being superseded by Github Actions
  • Loading branch information
SRombauts committed Aug 30, 2023
1 parent 1c2428e commit bcb4c78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcb4c78

Please sign in to comment.