Add drone build script. #3

Merged
fabian merged 11 commits from feature/droneBuild into master 2022-12-08 23:24:51 +01:00
Showing only changes of commit 6146219d9c - Show all commits

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