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 6bffad0 commit 4a9324cCopy full SHA for 4a9324c
.github/workflows/pull_request.yml
@@ -24,7 +24,9 @@ jobs:
24
windows_swift_versions: '["nightly-main"]'
25
windows_build_command: 'Invoke-Program swift test --no-parallel'
26
enable_linux_static_sdk_build: true
27
+ enable_android_sdk_build: true
28
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
29
+ enable_ios_checks: true
30
enable_macos_checks: true
31
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
32
macos_pre_build_command: ./.github/scripts/prebuild.sh
0 commit comments