Skip to content

Commit 1658c0d

Browse files
committed
update readme
1 parent ef35866 commit 1658c0d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,18 @@ $ ./gradlew app:assembleDebug
552552
> Task :app:assembleDebug
553553
```
554554

555+
## CI Integration
556+
557+
### GitHub Action
558+
559+
We can use [github-action-setup-xmake](https://github.com/xmake-io/github-action-setup-xmake) to setup Xmake in Github Action.
560+
561+
```
562+
uses: xmake-io/github-action-setup-xmake@v1
563+
with:
564+
xmake-version: latest
565+
```
566+
555567
## Technical Support
556568

557569
We also provide paid technical support to help users quickly solve related problems. For details, please click the image link below:

README_zh.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,18 @@ $ ./gradlew app:assembleDebug
560560
> Task :app:assembleDebug
561561
```
562562

563+
## CI 集成
564+
565+
### GitHub Action
566+
567+
我们可以使用 [github-action-setup-xmake](https://github.com/xmake-io/github-action-setup-xmake) 在 Github Action 上实现跨平台安装集成 Xmake。
568+
569+
```
570+
uses: xmake-io/github-action-setup-xmake@v1
571+
with:
572+
xmake-version: latest
573+
```
574+
563575
## 技术支持
564576

565577
我们也提供付费的技术支持来为帮助用户快速解决相关问题,具体详情请点击下面的图片链接:

0 commit comments

Comments
 (0)