We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df9b810 + cac5acb commit ebeb6d0Copy full SHA for ebeb6d0
projects.json
@@ -2516,7 +2516,8 @@
2516
}
2517
],
2518
"platforms": [
2519
- "Darwin"
+ "Darwin",
2520
+ "Linux"
2521
2522
"actions": [
2523
{
@@ -2656,6 +2657,21 @@
2656
2657
"scheme": "RxTest",
2658
"destination": "generic/platform=tvOS",
2659
"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
+ ]
2675
2676
]
2677
},
0 commit comments