diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..8ec542f6d --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: android + +steps: +- name: build + image: androidsdk/android-29 + commands: + - ./gradlew assembleDebug --stacktrace