Added initial Ci/CD configuration

This commit is contained in:
Illia Chub 2022-01-24 19:12:35 +02:00
parent 495cd115fa
commit 6e66b24400

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
- flutter pub get
- flutter build apk