fbmobile/.drone.yml
Varakh 67903d1331
Some checks reported errors
continuous-integration/drone/push Build was killed
Try out larger executor #noissue
2023-05-29 15:10:34 +02:00

27 lines
569 B
YAML

---
kind: pipeline
type: docker
name: build
platform:
os: linux
arch: amd64
node:
size: big
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