mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +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…
Reference in New Issue
Block a user