feat: add android build

This commit is contained in:
xishang0128 2023-09-14 18:29:09 +08:00
parent 7ae977866a
commit a28234a21a
4 changed files with 37 additions and 2 deletions

View file

@ -26,7 +26,16 @@ jobs:
with:
python-version: "3.11"
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r25b
add-to-path: false
local-cache: true
- name: Run build script
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
run: |
export HY_APP_PLATFORMS=$(sed 's/\r$//' platforms.txt | awk '!/^#/ && !/^$/' | paste -sd ",")
python hyperbole.py build -r