approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
316 stars 51 forks source link

Remove the Appveyor Visual Studio builds that duplicate GitHub Action ones #83

Closed claremacrae closed 4 years ago

claremacrae commented 4 years ago

"Visual Studio 2017" and "Visual Studio 2019" builds are being done in both Appveyor and GitHub Actions.

The GitHub Actions ones are finishing much more quickly than the Appveyor ones, which are running in sequence. This means that if there are several pushes in quick succession, it can take a long time to get the final Appveyor results, which now include minnow/MSYS and Cygwin builds.

I've just checked that the identical VisualStudio builds are being used:

"Visual Studio 2017"

"Visual Studio 2019"

So I propose to remove the Appveyor Visual Studio builds.

claremacrae commented 4 years ago

This was fixed in 58fcbf11453fab5fa652f7550d2c2540f004e2e0 which is now merged to the main branch.