app/.gitlab-ci.yml
2021-08-15 21:31:16 +07:00

18 lines
No EOL
213 B
YAML

image: cirrusci/flutter:stable
before_script:
- flutter pub get
stages:
- build
- analyze
build:
stage: build
script:
- flutter build apk
analyze:
stage: analyze
script:
- flutter analyze