This commit is contained in:
Moe Poi ~ 2021-08-15 21:31:16 +07:00
parent a7061a1edf
commit f89f7882da

View file

@ -4,13 +4,15 @@ before_script:
- flutter pub get
stages:
- analyze-and-test
- build
- analyze
analyze-and-test:
stage: analyze-and-test
build:
stage: build
script:
- flutter build aot
- flutter analyze
- flutter test
only:
- merge_requests
- flutter build apk
analyze:
stage: analyze
script:
- flutter analyze