20 lines
512 B
YAML
20 lines
512 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
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
|
|
---
|
|
kind: signature
|
|
hmac: 7ba2190c5571b585b6cf4d9a60a6af28446b31538628bcd193411dca0343a7b8
|
|
|
|
...
|