Delete .github/workflows/android.yml

This commit is contained in:
黄艳鹏 2024-10-12 09:30:52 +08:00 committed by GitHub
parent 1c6b23d84a
commit 40abfc30b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,28 +0,0 @@
name: Android CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: cd
run: cd password-xl-android
- name: Grant execute permission for gradlew
run: chmod +x password-xl-android/gradlew
- name: Build with Gradle
run: ./password-xl-android/gradlew build