mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-01 23:23:00 +01:00
7 lines
128 B
YAML
7 lines
128 B
YAML
|
pipeline:
|
||
|
test:
|
||
|
image: androidsdk/android-30
|
||
|
commands:
|
||
|
- pwd #bump
|
||
|
- ./gradlew assembleDebug --stacktrace
|