fbmobile/.drone.yml
Varakh 15e1607072
All checks were successful
continuous-integration/drone/push Build is passing
Build debug on CI
2022-01-22 10:13:54 +01:00

14 lines
399 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 --debug