cpd_2022_zi/.gitlab-ci.yml

16 lines
235 B
YAML
Raw Normal View History

2023-02-26 17:38:14 +01:00
image: matspfeiffer/flutter:latest
stages:
- analyze
before_script:
— flutter pub get
— flutter clean
analyze:
stage: analyze
script:
- flutter analyze --no-fatal-infos --no-fatal-warnings
only:
— merge_requests