From 1658c0de500976efbad38fca52082baec3137fc0 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 21 Jan 2022 22:32:18 +0800 Subject: update readme --- README.md | 12 ++++++++++++ README_zh.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 66e1fe19e..6d738805c 100644 --- a/README.md +++ b/README.md @@ -552,6 +552,18 @@ $ ./gradlew app:assembleDebug > Task :app:assembleDebug ``` +## CI Integration + +### GitHub Action + +We can use [github-action-setup-xmake](https://github.com/xmake-io/github-action-setup-xmake) to setup Xmake in Github Action. + +``` +uses: xmake-io/github-action-setup-xmake@v1 +with: + xmake-version: latest +``` + ## Technical Support We also provide paid technical support to help users quickly solve related problems. For details, please click the image link below: diff --git a/README_zh.md b/README_zh.md index 1ae8d887c..d6d878f8d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -560,6 +560,18 @@ $ ./gradlew app:assembleDebug > Task :app:assembleDebug ``` +## CI 集成 + +### GitHub Action + +我们可以使用 [github-action-setup-xmake](https://github.com/xmake-io/github-action-setup-xmake) 在 Github Action 上实现跨平台安装集成 Xmake。 + +``` +uses: xmake-io/github-action-setup-xmake@v1 +with: + xmake-version: latest +``` + ## 技术支持 我们也提供付费的技术支持来为帮助用户快速解决相关问题,具体详情请点击下面的图片链接: -- cgit v1.3.1