Gadgetbridge/.drone.yml

9 lines
136 B
YAML

kind: pipeline
name: android
steps:
- name: build
image: androidsdk/android-29
commands:
- ./gradlew assembleDebug --stacktrace