diff --git a/Dn_main_appveyor.yml b/Dn_main_appveyor.yml deleted file mode 100644 index 61a0e352..00000000 --- a/Dn_main_appveyor.yml +++ /dev/null @@ -1,40 +0,0 @@ -version: dev.{build} -pull_requests: - do_not_increment_build_number: true -branches: - only: - - main -skip_tags: true -skip_branch_with_pr: true -image: Visual Studio 2022 -platform: -- x64 -- Win32 -configuration: -- Release -- Debug -- ASAN-Release -- ASAN-Debug -shallow_clone: false -cache: - - C:\RLibrary - - C:\Program Files (x86)\Pandoc\ -install: - - ps: >- - if (-Not (Test-Path "C:\Program Files (x86)\Pandoc\")) { - cinst pandoc - } - - ps: $env:Path += ";C:\Program Files (x86)\Pandoc\" - - pandoc -v - - git submodule update --init --recursive -build: - project: Dn-FamiTracker.sln - parallel: true - verbosity: minimal -after_build: -- cmd: for /f "tokens=*" %%a in ('git describe --tags') do (set commithash=%%a) -- cmd: call release.bat %configuration% %platform% %commithash%_%APPVEYOR_BUILD_VERSION% -artifacts: -- path: distribute\*.7z - name: 7z -deploy: off \ No newline at end of file diff --git a/README.md b/README.md index 9e406411..745bde62 100644 --- a/README.md +++ b/README.md @@ -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