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 9ca298a + b56c77d commit 60ccf00Copy full SHA for 60ccf00
utils/build-presets.ini
@@ -1459,13 +1459,17 @@ playgroundsupport
1459
1460
dash-dash
1461
1462
+# Skip build and test for tvOS
1463
+skip-build-tvos
1464
+skip-test-tvos
1465
+skip-test-tvos-host
1466
+
1467
# Run the SIL verifier after each transform when building swift files
1468
sil-verify-all
1469
1470
# Don't run host tests for iOS, tvOS and watchOS platforms to make the build
1471
# faster.
1472
skip-test-ios-host
-skip-test-tvos-host
1473
skip-test-watchos-host
1474
1475
0 commit comments