fbmobile/.drone.yml
Varakh 71dcab97be
Some checks failed
continuous-integration/drone Build is failing
Add drone CI
2022-01-22 10:06:13 +01:00

14 lines
391 B
YAML

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