1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-30 00:36:26 +02:00
Gadgetbridge/.woodpecker/can_master_build.yml
José Rebelo ec9b423785 Do not run master build and tests on nightly
In order to trigger a deployment, these were already executed, it
doesn't make sense to waste CI time running them again.
2023-09-07 13:06:41 +01:00

17 lines
351 B
YAML

steps:
build:
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
commands:
- pwd #bump
- ./gradlew assembleDebug --stacktrace
#when:
#repo: Freeyourgadget/Gadgetbridge
#branch: master
#this doesn't work yet:
#https://github.com/woodpecker-ci/woodpecker/issues/687
when:
event:
exclude: ['cron', 'deployment']