Skip to content

Commit 5b1bb65

Browse files
committed
Merge pull request #1764 from modocache/build-presets-xctest-ci
2 parents 13ffd3e + b198279 commit 5b1bb65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/build-presets.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,9 @@ skip-test-watchos
262262
# build for iOS/tvOS.
263263
mixin-preset=buildbot_incremental_base
264264

265-
# Build Foundation, then build and test XCTest.
266-
foundation
265+
# Build and test XCTest. On Linux, the build script is aware of the dependency
266+
# on Foundation, so that is built as well. On OS X, Foundation is built as part
267+
# of the XCTest Xcode project.
267268
xctest
268269

269270
dash-dash

0 commit comments

Comments
 (0)