mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-03 15:32:54 +01:00
Move CI configuration to .woodpecker directory
This commit is contained in:
parent
5de5f7bb14
commit
ba371e5b48
@ -1,6 +0,0 @@
|
||||
pipeline:
|
||||
test:
|
||||
image: androidsdk/android-30
|
||||
commands:
|
||||
- pwd #bump
|
||||
- ./gradlew assembleDebug --stacktrace
|
13
.woodpecker/can_master_build.yml
Normal file
13
.woodpecker/can_master_build.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user