1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 21:40:54 +02:00
Gadgetbridge/.woodpecker/can_master_build.yml

14 lines
282 B
YAML
Raw Normal View History

pipeline:
build:
image: androidsdk/android-30
commands:
- pwd #bump
- ./gradlew assembleDebug --stacktrace
2022-01-27 18:00:22 +01:00
when:
repo: Freeyourgadget/Gadgetbridge
branch: master
#this doesn't work yet:
#https://github.com/woodpecker-ci/woodpecker/issues/687