1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-27 08:47:03 +02:00

Move CI configuration to .woodpecker directory

This commit is contained in:
vanous 2022-01-15 08:45:41 +01:00
parent 5de5f7bb14
commit ba371e5b48
2 changed files with 13 additions and 6 deletions

View File

@ -1,6 +0,0 @@
pipeline:
test:
image: androidsdk/android-30
commands:
- pwd #bump
- ./gradlew assembleDebug --stacktrace

View File

@ -0,0 +1,13 @@
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