mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Engine build configuration for web engine. (flutter/engine#27971)
This is part of the implementation of build/test separation. Bug: https://github.com/flutter/flutter/issues/81855
This commit is contained in:
parent
5700426f10
commit
97c8422212
100
engine/src/flutter/ci/builders/web_engine.json
Normal file
100
engine/src/flutter/ci/builders/web_engine.json
Normal file
@ -0,0 +1,100 @@
|
||||
[
|
||||
{
|
||||
"archives": [],
|
||||
"drone_dimensions": [
|
||||
"device_type=none",
|
||||
"os=Windows-10"
|
||||
],
|
||||
"gn": [
|
||||
"--runtime-mode",
|
||||
"debug",
|
||||
"--unoptimized",
|
||||
"--full-dart-sdk",
|
||||
"--prebuilt-dart-sdk"
|
||||
],
|
||||
"name": "windows_host_debug",
|
||||
"ninja": {
|
||||
"config": "host_debug_unopt",
|
||||
"targets": []
|
||||
},
|
||||
"platform": "Windows",
|
||||
"tests": []
|
||||
},
|
||||
{
|
||||
"archives": [],
|
||||
"drone_dimensions": [
|
||||
"device_type=none",
|
||||
"os=Linux"
|
||||
],
|
||||
"generators": {
|
||||
"pub_dirs": [
|
||||
"flutter/lib/web_ui/",
|
||||
"flutter/web_sdk/web_engine_tester/"
|
||||
],
|
||||
"tasks": [
|
||||
{
|
||||
"name": "compile web_tests",
|
||||
"parameters": [
|
||||
"run",
|
||||
"compile_tests"
|
||||
],
|
||||
"scripts": [
|
||||
"out/host_debug_unopt/dart-sdk/bin/dart",
|
||||
"flutter/lib/web_ui/dev/felt.dart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "check licenses",
|
||||
"parameters": [
|
||||
"check-licenses"
|
||||
],
|
||||
"scripts": [
|
||||
"out/host_debug_unopt/dart-sdk/bin/dart",
|
||||
"flutter/lib/web_ui/dev/felt.dart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "web engine analysis",
|
||||
"parameters": [],
|
||||
"scripts": [
|
||||
"flutter/lib/web_ui/dev/web_engine_analysis.sh"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gn": [
|
||||
"--runtime-mode",
|
||||
"debug",
|
||||
"--unoptimized",
|
||||
"--full-dart-sdk"
|
||||
],
|
||||
"name": "linux_host_debug_unopt",
|
||||
"ninja": {
|
||||
"config": "host_debug_unopt",
|
||||
"targets": []
|
||||
},
|
||||
"platform": "Linux",
|
||||
"tests": []
|
||||
},
|
||||
{
|
||||
"archives": [],
|
||||
"drone_dimensions": [
|
||||
"device_type=none",
|
||||
"os=Mac"
|
||||
],
|
||||
"gn": [
|
||||
"--runtime-mode",
|
||||
"debug",
|
||||
"--unoptimized",
|
||||
"--full-dart-sdk",
|
||||
"--prebuilt-dart-sdk"
|
||||
],
|
||||
"name": "mac_host_debug_unopt",
|
||||
"ninja": {
|
||||
"config": "host_debug_unopt",
|
||||
"targets": []
|
||||
},
|
||||
"platform": "Mac",
|
||||
"tests": []
|
||||
}
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user