Goblim/.woodpecker.yml

10 lines
198 B
YAML
Raw Permalink Normal View History

2022-09-16 12:38:00 +00:00
pipeline:
build:
image: eclipse-temurin:11
commands:
- bash ./gradlew assembleDebug
environment:
- ANDROID_HOME=/mnt/sdk
volumes:
- /home/woodpecker/sdk:/mnt/sdk