diff options
| -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 +``` + ## 技术支持 我们也提供付费的技术支持来为帮助用户快速解决相关问题,具体详情请点击下面的图片链接: |
