fbmobile/.drone.yml
Varakh 8c3bf06b87
All checks were successful
continuous-integration/drone/push Build is passing
10: update dependencies
2023-01-16 01:53:34 +01:00

15 lines
413 B
YAML

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