mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
Merge branch 'test_with_beta' into 'main'
fix: find breakages earlier See merge request famedly/fluffychat!516
This commit is contained in:
commit
435f2a7310
@ -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…
Reference in New Issue
Block a user