Skip to content

Commit

Permalink
Remove AppVeyor integration
Browse files Browse the repository at this point in the history
This addresses Dn-Programming-Core-Management#283.

AppVeyor is less convenient than Github Actions as it is much slower to
complete multiple builds.

This also has the added cost of needing to maintain two separate build
script formats rather than a single one.
  • Loading branch information
Gumball2415 committed Nov 21, 2024
1 parent adc218f commit 9f16e3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 53 deletions.
40 changes: 0 additions & 40 deletions Dn_main_appveyor.yml

This file was deleted.

22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,15 @@ Dn-Famitracker is a fork of 0CC-FamiTracker that incorporates numerous fixes and

## Downloads

Download releases: [![GitHub all releases](https://img.shields.io/github/downloads/Dn-Programming-Core-Management/Dn-FamiTracker/total?logo=github&style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases)

Development builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker/history)

Github Actions automated builds: [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/Dn-Programming-Core-Management/Dn-FamiTracker/build-artifact.yml?style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/actions/workflows/build-artifact.yml)

Github Actions automated release builds: [![GitHub](https://img.shields.io/github/actions/workflow/status/Dn-Programming-Core-Management/Dn-FamiTracker/build-release-artifact.yml?style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/actions/workflows/build-release-artifact.yml)

Legacy Dev Builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker-legacy?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker-legacy/history)

Notice: Due to delayed Appveyor reintegration, builds for commits `dc4c9e8` to `2141360` are not available.

Notice: Due to delayed branch renaming, builds for commits `bc46c86` to `a591d15` are not available.
- Download releases: [![GitHub all releases](https://img.shields.io/github/downloads/Dn-Programming-Core-Management/Dn-FamiTracker/total?logo=github&style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases)
- GitHub Actions automated builds: [![GitHub Actions](https://img.shields.io/github/actions/workflow/status/Dn-Programming-Core-Management/Dn-FamiTracker/build-artifact.yml?style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/actions/workflows/build-artifact.yml)
- Github Actions automated release builds: [![GitHub](https://img.shields.io/github/actions/workflow/status/Dn-Programming-Core-Management/Dn-FamiTracker/build-release-artifact.yml?style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/actions/workflows/build-release-artifact.yml)
- Legacy AppVeyor Gumball2415 builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker-legacy?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker-legacy/history)
- Legacy AppVeyor automated D.P.C.M. builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker/history)
- AppVeyor notice:
- Due to delayed AppVeyor reintegration, builds for commits dc4c9e867f7bdb2a4e97d92f402d1deefa482ab5 to 214136035b0953b0d4795537c4825ea2050d7a54 are not available.
- Due to delayed branch renaming, builds for commits bc46c86cac3bed4dd39b46152bfdd69e24c37ff6 to a591d15473bb1419437db98d6e34236d34e7b231 are not available.
- Due to less reliability, AppVeyor builds beyond 2c997736c1bd87bcee634d1225299fb0f4420617 are not available.

## Licenses

Expand Down

0 comments on commit 9f16e3d

Please sign in to comment.