Browse Source

Update android.yml

jianboy 4 years ago
parent
commit
ae793f3253
1 changed files with 17 additions and 0 deletions
  1. 17 0
      .github/workflows/android.yml

+ 17 - 0
.github/workflows/android.yml

@@ -0,0 +1,17 @@
+name: Android CI
+
+on: [push]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v1
+    - name: set up JDK 1.8
+      uses: actions/setup-java@v1
+      with:
+        java-version: 1.8
+    - name: Build with Gradle
+      run: ./gradlew build