mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 04:09:03 +00:00
.
This commit is contained in:
parent
562436da2d
commit
cf88566f78
2 changed files with 10 additions and 6 deletions
4
.github/prepare-workflow
vendored
Normal file
4
.github/prepare-workflow
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
chmod +x gradlew
|
||||
cp habitica.properties.example habitica.properties
|
||||
cp habitica.resources.example habitica.resources
|
||||
cp Habitica/google-services.json.example Habitica/google-services.json
|
||||
12
.github/workflows/android.yml
vendored
12
.github/workflows/android.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
- name: Prepare
|
||||
run: ./.github/actions/prepare-run
|
||||
run: ./.github/prepare-workflow
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Run with Gradle
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
- name: Prepare
|
||||
run: ./.github/actions/prepare-run
|
||||
run: ./.github/prepare-workflow
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Run with Gradle
|
||||
|
|
@ -55,13 +55,13 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
- name: Prepare
|
||||
run: ./.github/actions/prepare-run
|
||||
run: ./.github/prepare-workflow
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Run with Gradle
|
||||
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
|
||||
with:
|
||||
arguments: connectedProdDebugAndroid@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
arguments: connectedProdDebugAndroid
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
- name: Prepare
|
||||
run: ./.github/actions/prepare-run
|
||||
run: ./.github/prepare-workflow
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Run with Gradle
|
||||
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
distribution: 'adopt'
|
||||
cache: gradle
|
||||
- name: Prepare
|
||||
run: ./.github/actions/prepare-run
|
||||
run: ./.github/prepare-workflow
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||
- name: Run with Gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue