Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ jobs:

tests:
name: Test
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.4
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
Copy link
Contributor

@rauhul rauhul Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this wait until android support is in a tagged release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, of course, but I simply wanted to start testing the new Android emulator check in the workflow itself. Can you approve the workflow on this pull now so we can try that?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Certainly :)

with:
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
enable_macos_checks: true
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}, {\"xcode_version\": \"16.2\"}]"
enable_wasm_sdk_build: true
wasm_sdk_build_command: swift build --target ArgumentParser
enable_android_sdk_build: true
enable_android_sdk_checks: true
android_ndk_versions: '["r27d", "r29"]'

cmake-build:
name: CMake Build
Expand Down
Loading