mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
parent
c0e748fbf6
commit
449a5bc757
1
.ci.yaml
1
.ci.yaml
@ -699,7 +699,6 @@ targets:
|
||||
|
||||
- name: Linux plugin_test_linux
|
||||
recipe: devicelab/devicelab_drone
|
||||
bringup: true # New task
|
||||
timeout: 60
|
||||
properties:
|
||||
dependencies: >-
|
||||
|
||||
@ -278,7 +278,7 @@ public class $pluginClass: NSObject, FlutterPlugin {
|
||||
break;
|
||||
case 'linux':
|
||||
if (await exec(
|
||||
path.join(rootPath, 'build', 'linux', 'x64', 'release', 'plugins', 'plugintest', 'plugintest_plugin_test'),
|
||||
path.join(rootPath, 'build', 'linux', 'x64', 'release', 'plugins', 'plugintest', 'plugintest_test'),
|
||||
<String>[],
|
||||
canFail: true,
|
||||
) != 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user