peertube-live-streaming/.woodpecker.yml

10 lines
198 B
YAML
Raw Normal View History

2022-07-14 13:38:36 +02:00
pipeline:
build:
image: eclipse-temurin:11
commands:
- bash ./gradlew assembleDebug
2022-07-14 13:38:36 +02:00
environment:
- ANDROID_HOME=/mnt/sdk
volumes:
- /home/woodpecker/sdk:/mnt/sdk