fbmobile/.drone.yml
Varakh 47b45a9084
Some checks are pending
continuous-integration/drone/push Build is pending
Enforce runner #noissue
2023-05-29 15:03:30 +02:00

25 lines
534 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
#node:
# size: small