Skip to content

Commit ebeb6d0

Browse files
authored
Merge pull request #951 from clackary/chore/rxswift-linux
chore: Add Linux testing action for RxSwift
2 parents df9b810 + cac5acb commit ebeb6d0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

projects.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,8 @@
25162516
}
25172517
],
25182518
"platforms": [
2519-
"Darwin"
2519+
"Darwin",
2520+
"Linux"
25202521
],
25212522
"actions": [
25222523
{
@@ -2656,6 +2657,21 @@
26562657
"scheme": "RxTest",
26572658
"destination": "generic/platform=tvOS",
26582659
"configuration": "Release"
2660+
},
2661+
{
2662+
"action": "BuildSwiftPackage",
2663+
"build_tests": "true",
2664+
"configuration": "release",
2665+
"tags": "swiftpm",
2666+
"xfail": [
2667+
{
2668+
"issue": "https://github.com/swiftlang/swift/issues/76039",
2669+
"compatibility": ["5.0"],
2670+
"branch": ["main", "release/6.0"],
2671+
"job": ["source-compat"],
2672+
"platform": "Linux"
2673+
}
2674+
]
26592675
}
26602676
]
26612677
},

0 commit comments

Comments
 (0)