Add Android AAR workflow

This commit is contained in:
Joseph Henry
2021-05-19 13:14:48 -07:00
parent bbf800c014
commit f1e04447e8

21
.github/workflows/aar.yaml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Build Android AAR
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init
- name: Build
run: ./build.sh android-aar "release"
- uses: actions/upload-artifact@v2
with:
path: dist