From cb19605c180dabcc53529714524f163bd6c27156 Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Tue, 11 Jan 2022 19:00:55 +0100 Subject: [PATCH] remove appveyor --- README.md | 11 ++--------- appveyor.yml => appveyor.yml.ignore | 0 2 files changed, 2 insertions(+), 9 deletions(-) rename appveyor.yml => appveyor.yml.ignore (100%) diff --git a/README.md b/README.md index 47393ac1b..b82cc2163 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,9 @@ This is the official repository of FinalBurn Neo, an Emulator for Arcade Games & Use of this program and its source code is subject to the license conditions provided in the [license.txt](/src/license.txt) file in the src folder. # Work in Progress builds -If the below build status badge is green, you can download the latest builds from [this repository](https://github.com/finalburnneo/FBNeo-WIP-Storage-Facility/releases/tag/appveyor-build). Please note that if the below build status badge is not green then the build will be out of date. As this build is of the last commit occasionally you might run into incomplete code, crashes or other issues that [official releases](https://github.com/finalburnneo/FBNeo/releases) will not have. Also note that the dates might be wrong against the downloads, but if the badge is green the downloads *will* be of the latest commit. - -[![Build status](https://ci.appveyor.com/api/projects/status/u5q9nte6o9igs90i?svg=true)](https://ci.appveyor.com/project/tmaul/fbneo-kbhgd/branch/master) - -Here is the build status of the other versions for which we don't supply a binary directly. A red badge against a platform will indicate that something is wrong with that build. Currenty Raspberry Pi builds are missing from CI, but will one day be added: - -![SDL2](https://github.com/finalburnneo/FBNeo/workflows/SDL2%20CI/badge.svg) -![SDL1.2](https://github.com/finalburnneo/FBNeo/workflows/SDL1.2%20CI/badge.svg) -![macOS](https://github.com/finalburnneo/FBNeo/workflows/macOS%20CI/badge.svg) +If the below build status badge is green, you can download the latest builds by clicking on it. Please note that if the below build status badge is not green then your build might not be available. As this build is of the last commit occasionally you might run into incomplete code, crashes or other issues that [official releases](https://github.com/finalburnneo/FBNeo/releases) will not have. +[![Build status](https://github.com/finalburnneo/FBNeo/actions/workflows/nightly-release.yml/badge.svg)](https://github.com/finalburnneo/FBNeo/releases/tag/latest) # Ports diff --git a/appveyor.yml b/appveyor.yml.ignore similarity index 100% rename from appveyor.yml rename to appveyor.yml.ignore