Add Android AAR workflow
This commit is contained in:
21
.github/workflows/aar.yaml
vendored
Normal file
21
.github/workflows/aar.yaml
vendored
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user