summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-18 00:23:02 +0800
committerruki <[email protected]>2020-06-17 20:18:13 +0800
commitbb0c08c696530186eea5921cb9dab1f498aade30 (patch)
treed99331636c75be0fa72267f8ff1f0bfeffa32ec7
parentdcaeda333910bc331fc706394cef7dd8fa81b1fe (diff)
update ci link and icons
-rw-r--r--README.md12
-rw-r--r--README_zh.md11
2 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index 2b301cde4..4549feef2 100644
--- a/README.md
+++ b/README.md
@@ -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" />