From 6e66b244002dddec38b58e005d240d58ad594f9e Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Mon, 24 Jan 2022 19:12:35 +0200 Subject: [PATCH] Added initial Ci/CD configuration --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..7a3446fb --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: exec +name: default + +steps: + - name: build + commands: + - flutter pub get + - flutter build apk \ No newline at end of file