add drone yml file
Some checks failed
continuous-integration/drone Build was killed

This commit is contained in:
2022-12-03 14:49:38 +01:00
parent b8ad540b57
commit 6146219d9c

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: Android
steps:
- name: build
image: androidsdk/android-31
commands:
- ./gradlew build