Fix CI
This commit is contained in:
parent
a7061a1edf
commit
f89f7882da
1 changed files with 10 additions and 8 deletions
|
@ -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
|
Loading…
Reference in a new issue