Browse Source

Added Android build

Jorrit Rouwe 4 years ago
parent
commit
1d60a0ae12
1 changed files with 13 additions and 0 deletions
  1. 13 0
      .github/workflows/build.yml

+ 13 - 0
.github/workflows/build.yml

@@ -54,3 +54,16 @@ jobs:
     - name: Test
       working-directory: ${{github.workspace}}/Build/VS2019_CL/${{matrix.build_type}}
       run: ./UnitTests.exe
+
+  android:
+    runs-on: ubuntu-latest
+    name: Android
+    strategy:
+        fail-fast: false
+
+    steps:
+    - name: Checkout Code
+      uses: actions/checkout@v2
+    - name: Gradle Build
+      working-directory: ${{github.workspace}}/Build/Android
+      run: ./gradlew build