mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-02 13:07:34 +01:00
add drone.io config
This commit is contained in:
parent
6f0245a23c
commit
6a5e839018
8
.drone.yml
Normal file
8
.drone.yml
Normal file
@ -0,0 +1,8 @@
|
||||
kind: pipeline
|
||||
name: android
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: androidsdk/android-29
|
||||
commands:
|
||||
- ./gradlew assembleDebug --stacktrace
|
Loading…
x
Reference in New Issue
Block a user