Commit 297ce148e66091f190b3c462fda2a6f8b799a3fd

Cameron Cawley 2021-07-11T17:38:33

CI: Add Android builds to GitHub Actions

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
new file mode 100644
index 0000000..7b2bd34
--- /dev/null
+++ b/.github/workflows/android.yml
@@ -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