diff --git a/.ci.yaml b/.ci.yaml index e716c04d85050..25e41f50b29c6 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -285,6 +285,14 @@ targets: release_build: "true" config_name: linux_android_debug_engine + - name: Linux linux_license + bringup: true + recipe: engine_v2/builder + timeout: 60 + properties: + release_build: "true" + config_name: linux_license + - name: Linux linux_web_engine recipe: engine_v2/engine_v2 timeout: 60 diff --git a/ci/builders/standalone/linux_license.json b/ci/builders/standalone/linux_license.json new file mode 100644 index 0000000000000..95504a1ac2032 --- /dev/null +++ b/ci/builders/standalone/linux_license.json @@ -0,0 +1,17 @@ +{ + "drone_dimensions": [ + "device_type=none", + "os=Linux" + ], + "cas_archive": false, + "gclient_variables": { + "download_android_deps": false + }, + "name": "licenses", + "tests": [ + { + "name": "licenses check", + "script": "flutter/ci/licenses.sh" + } + ] +}