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
|
- 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
|
|
Loading…
Reference in a new issue