fbmobile/.drone.yml
Varakh 6ef8a9daa0
Some checks failed
continuous-integration/drone/push Build is failing
Restore old state for pipeline #noissue
2023-05-29 15:04:37 +02:00

22 lines
509 B
YAML

---
kind: pipeline
type: docker
name: build
trigger:
event:
include:
- push
- pull_request
steps:
- name: build
image: ghcr.io/cirruslabs/flutter:3.10.2
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