836f048bc6
based on docker image provided by Gadgetbridge focus for now is getting something build. we can optimize this later and provide our own image
8 lines
244 B
YAML
8 lines
244 B
YAML
pipeline:
|
|
build:
|
|
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
|
commands:
|
|
- ./gradlew clean
|
|
- ./gradlew assembleConversationsFreeDebug
|
|
- ./gradlew assembleQuicksyFreeDebug
|