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 3322f6d commit b56c77dCopy full SHA for b56c77d
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