fbmobile/.drone.yml
Varakh 874d734c80
All checks were successful
continuous-integration/drone Build is passing
Update dependencies #noissue
2022-08-17 17:18:51 +02:00

15 lines
412 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: cirrusci/flutter:3.0.5
commands:
- flutter doctor
- flutter pub get
- flutter pub outdated
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter analyze --no-pub --no-current-package lib/
- flutter build apk --debug