Delete .github/workflows/android.yml
This commit is contained in:
parent
1c6b23d84a
commit
40abfc30b1
28
.github/workflows/android.yml
vendored
28
.github/workflows/android.yml
vendored
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user