Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e7ab84d

Browse files
authored
Builder configuration for windows_host_engine. (#26946)
1 parent e985c90 commit e7ab84d

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
[
2+
{
3+
"archives": [],
4+
"drone_dimensions": [
5+
"device_type=none",
6+
"os=Windows-10"
7+
],
8+
"gn": [
9+
"--runtime-mode",
10+
"debug",
11+
"--full-dart-sdk",
12+
"--no-lto"
13+
],
14+
"name": "host_debug",
15+
"ninja": {
16+
"config": "host_debug",
17+
"targets": []
18+
},
19+
"tests": [
20+
{
21+
"language": "python",
22+
"name": "Host Tests for host_debug",
23+
"parameters": [
24+
"--variant",
25+
"host_debug",
26+
"--type",
27+
"engine"
28+
],
29+
"script": "flutter/testing/run_tests.py",
30+
"type": "local"
31+
}
32+
]
33+
},
34+
{
35+
"archives": [],
36+
"drone_dimensions": [
37+
"device_type=none",
38+
"os=Windows-10"
39+
],
40+
"gn": [
41+
"--runtime-mode",
42+
"profile",
43+
"--no-lto"
44+
],
45+
"name": "host_profile",
46+
"ninja": {
47+
"config": "host_profile",
48+
"targets": [
49+
"windows",
50+
"gen_snapshot"
51+
]
52+
},
53+
"tests": []
54+
},
55+
{
56+
"archives": [],
57+
"drone_dimensions": [
58+
"device_type=none",
59+
"os=Windows-10"
60+
],
61+
"generators": [],
62+
"gn": [
63+
"--runtime-mode",
64+
"release",
65+
"--no-lto"
66+
],
67+
"name": "host_release",
68+
"ninja": {
69+
"config": "host_release",
70+
"targets": [
71+
"windows",
72+
"gen_snapshot"
73+
]
74+
},
75+
"tests": []
76+
}
77+
]

0 commit comments

Comments
 (0)