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.
1 parent df9b810 commit 39774fcCopy full SHA for 39774fc
projects.json
@@ -2516,7 +2516,8 @@
2516
}
2517
],
2518
"platforms": [
2519
- "Darwin"
+ "Darwin",
2520
+ "Linux"
2521
2522
"actions": [
2523
{
@@ -2656,6 +2657,12 @@
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
2667
]
2668
},
0 commit comments