giving up on multi-job badges

This commit is contained in:
barbudreadmon 2022-01-11 19:50:41 +01:00
parent cbfeacbdd8
commit 349f7357ff
2 changed files with 3 additions and 22 deletions

View File

@ -34,23 +34,13 @@ jobs:
matrix:
platform:
- { name: Windows x32, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1 RELEASEBUILD=1, arch: i686, msys: MINGW32 }
- { name: Windows x32 Debug, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1, arch: i686, msys: MINGW32 }
- { name: Windows x32 (Debug), os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1, arch: i686, msys: MINGW32 }
- { name: Linux SDL 2, os: ubuntu-20.04, shell: bash, makeopts: RELEASEBUILD=1 sdl2}
- { name: Linux SDL 1.2, os: ubuntu-20.04, shell: bash, makeopts: RELEASEBUILD=1 sdl}
# x64 builds are broken due to mips3 x64 drc not building with recent gcc
#- { name: Windows x64, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1 BUILD_X64_EXE=1, arch: x86_64, msys: MINGW64 }
steps:
- name: Update Badge
uses: RubbaBoy/BYOB@v1.2.1
with:
NAME: ${{ matrix.platform.name }}
LABEL: ${{ matrix.platform.name }}
STATUS: Pending
COLOR: grey
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Windows MSYS2 dependencies
if: runner.os == 'Windows'
uses: msys2/setup-msys2@v2
@ -95,15 +85,6 @@ jobs:
asset_path: ${{ matrix.platform.name }}.zip
asset_content_type: application/zip
- name: Update Badge
uses: RubbaBoy/BYOB@v1.2.1
with:
NAME: ${{ matrix.platform.name }}
LABEL: ${{ matrix.platform.name }}
STATUS: Done
COLOR: green
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Using a custom job for macOS because it doesn't use make
nightly-asset-macos:
name: macOS

View File

@ -8,9 +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 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.
You can download the latest builds by clicking on the badge below. Please note that the downloads might not be available immediately after a new commit. 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.
[![](https://byob.yarr.is/finalburnneo/FBNeo/Windows%20x32)![](https://byob.yarr.is/finalburnneo/FBNeo/Windows%20x32%Debug)![](https://byob.yarr.is/finalburnneo/FBNeo/Linux%20SDL%202)![](https://byob.yarr.is/finalburnneo/FBNeo/Linux%20SDL%201.2)](https://github.com/finalburnneo/FBNeo/releases/tag/latest)
[![nightly-release](https://github.com/finalburnneo/FBNeo/actions/workflows/nightly-release.yml/badge.svg)](https://github.com/finalburnneo/FBNeo/releases/tag/latest)
# Ports