fix: find breakages earlier
This commit is contained in:
parent
d5f59d91c0
commit
0008c7bbbf
1 changed files with 12 additions and 0 deletions
|
|
@ -19,6 +19,12 @@ code_analyze:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
script: [./scripts/code_analyze.sh]
|
script: [./scripts/code_analyze.sh]
|
||||||
|
|
||||||
|
code_analyze_beta:
|
||||||
|
extends: code_analyze
|
||||||
|
image:
|
||||||
|
name: cirrusci/flutter:beta
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
script: [flutter test]
|
script: [flutter test]
|
||||||
|
|
@ -32,6 +38,12 @@ build_web:
|
||||||
paths:
|
paths:
|
||||||
- build/web/
|
- build/web/
|
||||||
|
|
||||||
|
build_web_beta:
|
||||||
|
extends: build_web
|
||||||
|
image:
|
||||||
|
name: cirrusci/flutter:beta
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
extends:
|
extends:
|
||||||
- .shared_windows_runners
|
- .shared_windows_runners
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue