diff options
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | README_zh.md | 11 |
2 files changed, 15 insertions, 8 deletions
@@ -6,12 +6,16 @@ <h1>xmake</h1> <div> - <a href="https://travis-ci.org/xmake-io/xmake"> - <img src="https://img.shields.io/travis/xmake-io/xmake/master.svg?style=flat-square" alt="travis-ci" /> + <a href="https://github.com/tboox/tbox/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://ci.appveyor.com/project/waruqi/xmake/branch/master"> - <img src="https://img.shields.io/appveyor/ci/waruqi/xmake/master.svg?style=flat-square" alt="appveyor-ci" /> + <a href="https://github.com/tboox/tbox/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/tboox/tbox/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://aur.archlinux.org/packages/xmake"> <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> </a> diff --git a/README_zh.md b/README_zh.md index 83b54cbc3..d8420f6d7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -6,11 +6,14 @@ <h1>xmake</h1> <div> - <a href="https://travis-ci.org/xmake-io/xmake"> - <img src="https://img.shields.io/travis/xmake-io/xmake/master.svg?style=flat-square" alt="travis-ci" /> + <a href="https://github.com/tboox/tbox/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://ci.appveyor.com/project/waruqi/xmake/branch/master"> - <img src="https://img.shields.io/appveyor/ci/waruqi/xmake/master.svg?style=flat-square" alt="appveyor-ci" /> + <a href="https://github.com/tboox/tbox/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/tboox/tbox/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://aur.archlinux.org/packages/xmake"> <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> |
