1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-10 07:07:57 +02:00

add woodpecker ci config

This commit is contained in:
Andreas Shimokawa 2021-09-25 12:56:04 +02:00
parent 1569e648fa
commit c80ccade36

6
.woodpecker.yml Normal file
View File

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