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:
parent
cc9407287f
commit
e4ee3af785
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -82,7 +82,7 @@ ones in all-contributors if any overlap.
|
|||||||
Steps:
|
Steps:
|
||||||
|
|
||||||
- Update changelog if needed
|
- 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):
|
- Find and replace in README (new minor/major release only):
|
||||||
- Replace " 🆕" and "🆕 " with "" (ignores the description line)
|
- Replace " 🆕" and "🆕 " with "" (ignores the description line)
|
||||||
- Check for `\/\/$` (vi syntax) to catch leftover `// 🆕`
|
- Check for `\/\/$` (vi syntax) to catch leftover `// 🆕`
|
||||||
|
@ -227,7 +227,6 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
|
|||||||
/.travis.yml
|
/.travis.yml
|
||||||
.swp
|
.swp
|
||||||
/.all-contributorsrc
|
/.all-contributorsrc
|
||||||
/.appveyor.yml
|
|
||||||
/.pre-commit.*yaml)
|
/.pre-commit.*yaml)
|
||||||
|
|
||||||
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "all")
|
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "all")
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
[![Build Status Azure][azure-badge]][azure]
|
[![Build Status Azure][azure-badge]][azure]
|
||||||
[![Actions Status][actions-badge]][actions-link]
|
[![Actions Status][actions-badge]][actions-link]
|
||||||
[![Build Status AppVeyor][appveyor-badge]][appveyor]
|
|
||||||
[![Code Coverage][codecov-badge]][codecov]
|
[![Code Coverage][codecov-badge]][codecov]
|
||||||
[![Codacy Badge][codacy-badge]][codacy-link]
|
[![Codacy Badge][codacy-badge]][codacy-link]
|
||||||
[![License: BSD][license-badge]](./LICENSE) [![DOI][doi-badge]][doi-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-link]: https://github.com/CLIUtils/CLI11/actions
|
||||||
[actions-badge]:
|
[actions-badge]:
|
||||||
https://github.com/CLIUtils/CLI11/actions/workflows/tests.yml/badge.svg
|
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-badge]: https://repology.org/badge/latest-versions/cli11.svg
|
||||||
[repology]: https://repology.org/project/cli11/versions
|
[repology]: https://repology.org/project/cli11/versions
|
||||||
[codecov-badge]:
|
[codecov-badge]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user