File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff 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
557569We also provide paid technical support to help users quickly solve related problems. For details, please click the image link below:
Original file line number Diff line number Diff 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我们也提供付费的技术支持来为帮助用户快速解决相关问题,具体详情请点击下面的图片链接:
You can’t perform that action at this time.
0 commit comments