mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-29 17:39:27 +01:00
test gradle validation/caching
This commit is contained in:
parent
d25e723d07
commit
5166511ca2
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: build
|
name: build
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-GitHub-Actions:
|
build-release-debugsign:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -11,8 +11,14 @@ jobs:
|
|||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- run: |
|
- run: |
|
||||||
yarn
|
yarn
|
||||||
- run: |
|
- uses: gradle/wrapper-validation-action@v1
|
||||||
./android/gradlew -p android assembleRelease -PsignReleaseWithDebug=true
|
- uses: gradle/gradle-build-action@v1
|
||||||
|
with:
|
||||||
|
distributions-cache-enabled: true
|
||||||
|
dependencies-cache-enabled: true
|
||||||
|
configuration-cache-enabled: true
|
||||||
|
build-root-directory: android
|
||||||
|
arguments: assembleRelease -PsignReleaseWithDebug=true
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: app-release.apk
|
name: app-release.apk
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user