multi-job badge
This commit is contained in:
parent
cb19605c18
commit
7b55fcb147
|
@ -34,7 +34,7 @@ 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
|
||||
|
|
|
@ -10,7 +10,7 @@ Use of this program and its source code is subject to the license conditions pro
|
|||
# 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.
|
||||
|
||||
[![Build status](https://github.com/finalburnneo/FBNeo/actions/workflows/nightly-release.yml/badge.svg)](https://github.com/finalburnneo/FBNeo/releases/tag/latest)
|
||||
[![](http://github-actions.40ants.com/finalburnneo/FBNeo/matrix.svg)](https://github.com/finalburnneo/FBNeo/releases/tag/latest)
|
||||
|
||||
# Ports
|
||||
|
||||
|
|
Loading…
Reference in New Issue