CI: Add Android builds to GitHub Actions

This commit is contained in:
Cameron Cawley 2021-07-11 17:38:33 +01:00 committed by Ryan C. Gordon
parent 7fe6dbafa3
commit 297ce148e6

14
.github/workflows/android.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Build (Android)
on: [push, pull_request]
jobs:
android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nttld/setup-ndk@v1
with:
ndk-version: r21e
- name: Build
run: ./build-scripts/androidbuildlibs.sh