1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-01 09:16:24 +02:00
Gadgetbridge/.drone.yml

9 lines
136 B
YAML
Raw Normal View History

2020-12-28 21:42:48 +01:00
kind: pipeline
name: android
steps:
- name: build
image: androidsdk/android-29
commands:
- ./gradlew assembleDebug --stacktrace