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
1 changed files with 8 additions and 0 deletions

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