Skip to content

Commit db3ec85

Browse files
authored
Enable Android build in CI (no tests, only build). (#1382)
Enable the Android CI workflow added in swiftlang/github-workflows#172. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 4889f15 commit db3ec85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
enable_ios_checks: true
2525
ios_host_exclude_xcode_versions: '[{"xcode_version": "16.2"}, {"xcode_version": "16.3"}, {"xcode_version": "16.4"}]'
2626
enable_wasm_sdk_build: true
27+
enable_android_sdk_build: true
2728
soundness:
2829
name: Soundness
2930
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)