From 046b5375deb5e2e183bde70134c403ee9a3f593a Mon Sep 17 00:00:00 2001 From: RZKJ666 <62695498+RZKJ666@users.noreply.github.com> Date: Thu, 26 Mar 2020 18:32:23 +0800 Subject: [PATCH] Create android1.yml --- .../android1.yml" | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ".github/\345\267\245\344\275\234\346\265\201\347\250\213/android1.yml" diff --git "a/.github/\345\267\245\344\275\234\346\265\201\347\250\213/android1.yml" "b/.github/\345\267\245\344\275\234\346\265\201\347\250\213/android1.yml" new file mode 100644 index 00000000000..7ec0147524e --- /dev/null +++ "b/.github/\345\267\245\344\275\234\346\265\201\347\250\213/android1.yml" @@ -0,0 +1,21 @@ +name: Android CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Build with Gradle + run: ./gradlew build