Save workout routines and track your progress.
https://noahjutz.codeberg.page/gymroutines
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
443 B
16 lines
443 B
version: 2.1 |
|
|
|
orbs: |
|
android: circleci/android@0.2.1 |
|
|
|
jobs: |
|
build: |
|
executor: android/android |
|
environment: |
|
JVM_OPTS: -Xmx3200m |
|
GRADLE_OPTS: -Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false |
|
|
|
steps: |
|
- checkout |
|
- run: |
|
command: ./gradlew assembleDebug --stacktrace
|
|
|