Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
449a5bc7
Unverified
Commit
449a5bc7
authored
Mar 09, 2023
by
stuartmorgan
Committed by
GitHub
Mar 09, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable plugin_test_linux (#120912)
Enable plugin_test_linux
parent
c0e748fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.ci.yaml
.ci.yaml
+0
-1
plugin_tests.dart
dev/devicelab/lib/tasks/plugin_tests.dart
+1
-1
No files found.
.ci.yaml
View file @
449a5bc7
...
...
@@ -699,7 +699,6 @@ targets:
-
name
:
Linux plugin_test_linux
recipe
:
devicelab/devicelab_drone
bringup
:
true
# New task
timeout
:
60
properties
:
dependencies
:
>-
...
...
dev/devicelab/lib/tasks/plugin_tests.dart
View file @
449a5bc7
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment