mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-26 03:46:49 +01:00
14 lines
273 B
YAML
14 lines
273 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: androidsdk/android-30
|
||
|
commands:
|
||
|
- pwd #bump
|
||
|
- ./gradlew assembleDebug --stacktrace
|
||
|
|
||
|
#this doesn't work yet:
|
||
|
#https://github.com/woodpecker-ci/woodpecker/issues/687
|
||
|
#when:
|
||
|
#repo: Freeyourgadget/Gadgetbridge
|
||
|
#branch: master
|
||
|
|