feat: test drone

This commit is contained in:
0x330a
2022-11-08 14:32:21 +11:00
parent 557fd90e10
commit 8378565505

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: mingc/android-build-box:1.24.0
commands:
- bash ./gradlew test