Added initial Ci/CD configuration

cicd
Illia Chub 2022-01-24 19:12:35 +02:00
parent 495cd115fa
commit 6e66b24400
1 changed files with 9 additions and 0 deletions

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