fbmobile/.drone.yml
Varakh 577f9cd42c
All checks were successful
continuous-integration/drone Build is passing
Upgrade dependencies #noissue
2023-03-17 21:10:41 +01:00

15 lines
412 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: cirrusci/flutter:3.7.7
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