Extend iOS cross compile to all apple platforms#244
Extend iOS cross compile to all apple platforms#244rauhul wants to merge 2 commits intoswiftlang:mainfrom
Conversation
|
|
||
| build_tests_ios: | ||
| name: Build iOS Tests | ||
| build_tests_apple_cc: |
There was a problem hiding this comment.
It took me a moment to realize "cc" here, and elsewhere in this PR, is referring to the term "cross compile". I worry that could be hard for people to understand out of context. (My mind even went to CC, as in the setting some build systems use to specify the C compiler.)
I wonder if a name which leans into the "Xcode-ness" of this style of building might be more clear? What about a name like xcodebuild_tests or xcode_test_build?
|
Can you actually move this out of swift_package_test.yaml and into a new xcodebuild_package_test.yaml, and add support for macOS as well? swift_package_test.yaml's iOS/tvOS/watchOS/visionOS support should be reserved for using the SwiftPM frontend, e.g. |
No description provided.