Add drone CI
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Varakh 2022-01-22 10:06:13 +01:00
parent 3c06e3b29f
commit 71dcab97be

13
.drone.yml Normal file
View file

@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: build
image: cirrusci/flutter:stable
commands:
- flutter doctor
- flutter pub get
- flutter pub upgrade
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter analyze --no-pub --no-current-package lib/
- flutter build apk