mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +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
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
build-release-debugsign:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -11,8 +11,14 @@ jobs:
|
||||
cache: 'yarn'
|
||||
- run: |
|
||||
yarn
|
||||
- run: |
|
||||
./android/gradlew -p android assembleRelease -PsignReleaseWithDebug=true
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
- 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
|
||||
with:
|
||||
name: app-release.apk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user