conversations-classic/.woodpecker.yml
Daniel Gultsch 836f048bc6
add CI via woodpecker
based on docker image provided by Gadgetbridge

focus for now is getting something build. we can optimize this later and
provide our own image
2023-07-05 10:52:46 +02:00

8 lines
244 B
YAML

pipeline:
build:
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands:
- ./gradlew clean
- ./gradlew assembleConversationsFreeDebug
- ./gradlew assembleQuicksyFreeDebug