|
|
@ -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
|
|
|
|