Skip to content

Commit 4a9324c

Browse files
committed
Enable iOS and Android CI
We should have iOS coverage for Swift Playground, and some folks are interested in building the Swift toolchain for Android itself.
1 parent 6bffad0 commit 4a9324c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
windows_swift_versions: '["nightly-main"]'
2525
windows_build_command: 'Invoke-Program swift test --no-parallel'
2626
enable_linux_static_sdk_build: true
27+
enable_android_sdk_build: true
2728
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
29+
enable_ios_checks: true
2830
enable_macos_checks: true
2931
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
3032
macos_pre_build_command: ./.github/scripts/prebuild.sh

0 commit comments

Comments
 (0)