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:
2023-02-26 17:46:40 +01:00
- flutter pub get
- flutter clean
2023-02-26 17:38:14 +01:00
analyze:
stage: analyze
script:
- flutter analyze --no-fatal-infos --no-fatal-warnings
2023-02-26 17:46:40 +01:00
only:
- merge_requests