From 15007c981ab291e4cd4b673e5f72a07191a9f9e3 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 28 Oct 2020 11:13:38 +0100 Subject: [PATCH] feat: add .drone.yml to enable ci builds --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8b1d7a4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +--- +kind: pipeline +type: docker +name: build + +steps: +- name: cordova-build-android + pull: always + image: immawanderer/alpine-ionic + commands: + - ionic cordova platform add android + - ionic cordova build android android