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

add drone.io config

This commit is contained in:
vanous 2020-12-28 21:42:48 +01:00 committed by Gitea
parent 6f0245a23c
commit 6a5e839018

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: android
steps:
- name: build
image: androidsdk/android-29
commands:
- ./gradlew assembleDebug --stacktrace