From 8378565505c2ce88c5ed7b765d1c2b9db3ed0e5e Mon Sep 17 00:00:00 2001 From: 0x330a <92654767+0x330a@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:32:21 +1100 Subject: [PATCH] feat: test drone --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000000..e7f705722f --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file