Skip to content

Commit

Permalink
feat(ci): also build android
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 22, 2023
1 parent e226b4c commit fd59d37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
path: Dist/
name: linux-dist
retention-days: 1
- uses: nttld/setup-ndk@v1
with:
ndk-version: r25c
env:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- name: Build Arm/Android
run: |
ndk-build
tree
buildWindows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit fd59d37

Please sign in to comment.