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
|