diff options
| author | ruki <[email protected]> | 2020-06-18 00:34:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-17 21:27:28 +0800 |
| commit | 09c976dfbcd7010b7458a505321d728bd76fb99f (patch) | |
| tree | f1c4aeac222212e0cce1483c957c93022db00bd6 | |
| parent | f76171fb14f76184c0c84344ffa3aa97a5a3d670 (diff) | |
update readme
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | README_zh.md | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -6,15 +6,15 @@ <h1>xmake</h1> <div> + <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://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://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://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" /> </a> diff --git a/README_zh.md b/README_zh.md index f30173ea6..92d020101 100644 --- a/README_zh.md +++ b/README_zh.md @@ -6,15 +6,15 @@ <h1>xmake</h1> <div> + <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/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/releases"> <img src="https://img.shields.io/github/release/xmake-io/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> |
