diff options
| author | ruki <[email protected]> | 2022-01-21 22:32:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-21 22:32:18 +0800 |
| commit | 1658c0de500976efbad38fca52082baec3137fc0 (patch) | |
| tree | 9233bf85127d7e38df416c8f14c36850fe13783c | |
| parent | ef3586645b6331a424b0672fe48895fa45c0c9eb (diff) | |
update readme
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | README_zh.md | 12 |
2 files changed, 24 insertions, 0 deletions
@@ -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 +``` + ## 技术支持 我们也提供付费的技术支持来为帮助用户快速解决相关问题,具体详情请点击下面的图片链接: |
