mirror of https://github.com/xemu-project/xemu.git
README: Use the same workflow badge for each platform
GitHub badges only report status of a workflow, not of the jobs. Since I've unified the jobs to a single workflow, this means we only get one badge status. We want to demonstrate support for all platforms, so just fake it until we can get job-specific badges.
This commit is contained in:
parent
da345f66ac
commit
36eeccd016
|
@ -9,6 +9,6 @@ Build Status
|
|||
|
||||
| Platform | Build Status |
|
||||
|----------|--------------|
|
||||
| Windows | [/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) |
|
||||
| macOS | [/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) |
|
||||
| Ubuntu | [/badge.svg?branch=master)](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) |
|
||||
| Windows | [](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) |
|
||||
| macOS | [](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) |
|
||||
| Ubuntu | [](https://github.com/xqemu/xqemu/actions?query=branch%3Amaster) |
|
||||
|
|
Loading…
Reference in New Issue