1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-03 14:03:52 +00:00

chore: clean out some mentions of appveyor (#990)

This commit is contained in:
Henry Schreiner 2024-02-04 23:41:56 -05:00 committed by GitHub
parent cc9407287f
commit e4ee3af785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 6 deletions

View File

@ -82,7 +82,7 @@ ones in all-contributors if any overlap.
Steps:
- Update changelog if needed
- Update the version in `.appveyor.yml` and `include/CLI/Version.hpp`.
- Update the version in `include/CLI/Version.hpp`.
- Find and replace in README (new minor/major release only):
- Replace " 🆕" and "🆕 " with "" (ignores the description line)
- Check for `\/\/$` (vi syntax) to catch leftover `// 🆕`

View File

@ -227,7 +227,6 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
/.travis.yml
.swp
/.all-contributorsrc
/.appveyor.yml
/.pre-commit.*yaml)
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "all")

View File

@ -4,7 +4,6 @@
[![Build Status Azure][azure-badge]][azure]
[![Actions Status][actions-badge]][actions-link]
[![Build Status AppVeyor][appveyor-badge]][appveyor]
[![Code Coverage][codecov-badge]][codecov]
[![Codacy Badge][codacy-badge]][codacy-link]
[![License: BSD][license-badge]](./LICENSE) [![DOI][doi-badge]][doi-link]
@ -1783,9 +1782,6 @@ try! Feedback is always welcome.
[actions-link]: https://github.com/CLIUtils/CLI11/actions
[actions-badge]:
https://github.com/CLIUtils/CLI11/actions/workflows/tests.yml/badge.svg
[appveyor-badge]:
https://ci.appveyor.com/api/projects/status/82niaxpaa28dwbms/branch/main?svg=true
[appveyor]: https://ci.appveyor.com/project/HenrySchreiner/cli11
[repology-badge]: https://repology.org/badge/latest-versions/cli11.svg
[repology]: https://repology.org/project/cli11/versions
[codecov-badge]: