Browse Source

Merge branch 'master' of https://github.com/jianboy/Calculator

liuyuqi-dellpc 4 years ago
parent
commit
e4af1ce9e7
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