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

Commit fc56c86

Browse files
authored
Add linux license engine v2 build. (#41797)
This adds the initial configuration and its builder as bringup. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 9420c50 commit fc56c86

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,14 @@ targets:
297297
release_build: "true"
298298
config_name: linux_android_debug_engine
299299

300+
- name: Linux linux_license
301+
bringup: true
302+
recipe: engine_v2/builder
303+
timeout: 60
304+
properties:
305+
release_build: "true"
306+
config_name: linux_license
307+
300308
- name: Linux linux_web_engine
301309
recipe: engine_v2/engine_v2
302310
timeout: 60
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"drone_dimensions": [
3+
"device_type=none",
4+
"os=Linux"
5+
],
6+
"cas_archive": false,
7+
"gclient_variables": {
8+
"download_android_deps": false
9+
},
10+
"name": "licenses",
11+
"tests": [
12+
{
13+
"name": "licenses check",
14+
"script": "flutter/ci/licenses.sh"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)