fbmobile/.drone.yml
Varakh e9929bd3c3
All checks were successful
continuous-integration/drone/push Build is passing
Remove drone signing and rename pipeline stage to build #noissue
2023-03-20 18:18:16 +01:00

17 lines
415 B
YAML

---
kind: pipeline
type: docker
name: build
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