This commit is contained in:
tzugen 2022-04-06 09:04:35 +02:00
parent 7c35ba020e
commit 8714384216
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 3 additions and 3 deletions

View File

@ -37,16 +37,16 @@ jobs:
- run:
name: lint
command: ./gradlew :ultrasonic:lintRelease
- run:
- run:
name: build
command: ./gradlew buildRelease
- run:
- run:
name: assemble release
command: ./gradlew assembleRelease
- save_cache:
paths:
- ~/.gradle
key: v2-ultrasonic-{{ .Branch }}-{{ checksum "gradle/libs.versions.toml" }}
key: v2-ultrasonic-{{ .Branch }}-{{ checksum "gradle/libs.versions.toml" }}
- store_artifacts:
path: ultrasonic/build/reports
destination: reports