cpd_2022_zi/.gitlab-ci.yml

16 lines
193 B
YAML
Raw Normal View History

image: cirrusci/flutter:3.3.5
2023-02-26 17:38:14 +01:00
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:
2023-02-26 18:03:00 +01:00
- flutter analyze
2023-02-26 17:46:40 +01:00
only:
- merge_requests