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 - flutter pub get
stages: stages:
- analyze-and-test - build
- analyze
analyze-and-test: build:
stage: analyze-and-test stage: build
script:
- flutter build apk
analyze:
stage: analyze
script: script:
- flutter build aot
- flutter analyze - flutter analyze
- flutter test
only:
- merge_requests