This commit is contained in:
tzugen 2022-04-06 08:35:31 +02:00
parent a50bc7b99f
commit a352003280
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 2 additions and 8 deletions

View File

@ -5,8 +5,8 @@ jobs:
- image: cimg/android:2022.03.1
working_directory: ~/ultrasonic
environment:
JVM_OPTS: -Xmx6400m -XX:MaxPermSize=1024m -XX:MaxMetaspaceSize=1g -verbose:gc
JAVA_TOOL_OPTIONS: -Xmx6400m -XX:MaxPermSize=1024m -XX:MaxMetaspaceSize=1g -verbose:gc
JVM_OPTS: -Xmx6400m -XX:MaxMetaspaceSize=1g -verbose:gc
JAVA_TOOL_OPTIONS: -Xmx6400m -XX:MaxMetaspaceSize=1g -verbose:gc
resource_class: large
steps:
- checkout
@ -37,12 +37,6 @@ jobs:
- run:
name: lint
command: ./gradlew :ultrasonic:lintRelease
- run:
name: build
command: ./gradlew buildRelease
- run:
name: assemble release
command: ./gradlew assembleRelease
- save_cache:
paths:
- ~/.gradle