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 /README.md | |
| parent | ef3586645b6331a424b0672fe48895fa45c0c9eb (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 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: |
