add drone.io config

This commit is contained in:
vanous
2021-01-04 22:27:27 +01:00
committed by Gitea
parent 6f0245a23c
commit 6a5e839018
+8
View File
@@ -0,0 +1,8 @@
kind: pipeline
name: android
steps:
- name: build
image: androidsdk/android-29
commands:
- ./gradlew assembleDebug --stacktrace