ci: Remove use of AppVeyor
- Dominant language
- C++
- Stars
- 199
- Forks
- 171
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 10
Description
### Motivation
Following @sdebionne question in https://github.com/boostorg/gil/pull/596#issuecomment-851273219 I think it's time to get rid of AppVeyor and get closer to the overall Boost trend to switch to GitHub Actions. We're still having some support from Azure Pipelines, however it's different (or not) from the GA, who knows.
### State
Our GA+AZ:
https://github.com/boostorg/gil/blob/7dd61209a81695600d773f481bb8b22b0f74a30a/.github/workflows/ci.yml#L149-L160
https://github.com/boostorg/gil/blob/7dd61209a81695600d773f481bb8b22b0f74a30a/.azure-pipelines.yml#L56
https://github.com/boostorg/gil/blob/7dd61209a81695600d773f481bb8b22b0f74a30a/.azure-pipelines.yml#L73
is covering most of our AV:
https://github.com/boostorg/gil/blob/7dd61209a81695600d773f481bb8b22b0f74a30a/.appveyor.yml#L20-L63
### Future
The only difference being release and debug build variants tested on AV, but that should be easy to add to GA.
Contributor guide
Assessment
This issue has not been assessed yet.