diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -6,8 +6,14 @@ <h1>xmake</h1> <div> - <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3Abuild"> - <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/build/dev.svg?style=flat-square&logo=build" alt="github-ci" /> + <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3AWindows"> + <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/Windows/dev.svg?style=flat-square&logo=windows" alt="github-ci" /> + </a> + <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3ALinux"> + <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/Linux/dev.svg?style=flat-square&logo=linux" alt="github-ci" /> + </a> + <a href="https://github.com/xmake-io/xmake/actions?query=workflow%3AmacOS"> + <img src="https://img.shields.io/github/workflow/status/xmake-io/xmake/macOS/dev.svg?style=flat-square&logo=apple" alt="github-ci" /> </a> <a href="https://github.com/xmake-io/xmake/releases"> <img src="https://img.shields.io/github/release/xmake-io/xmake.svg?style=flat-square" alt="Github All Releases" /> |
