diff options
| author | ruki <[email protected]> | 2020-06-18 00:23:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-17 20:18:13 +0800 |
| commit | bb0c08c696530186eea5921cb9dab1f498aade30 (patch) | |
| tree | d99331636c75be0fa72267f8ff1f0bfeffa32ec7 | |
| parent | dcaeda333910bc331fc706394cef7dd8fa81b1fe (diff) | |
update ci link and icons
| -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" /> |
