Skip to content

Commit

Permalink
Compile for Android on CI (21)
Browse files Browse the repository at this point in the history
  • Loading branch information
johankool committed Dec 7, 2024
1 parent 8470ea8 commit 741f8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
swift sdk configure --show-configuration swift-6.0.2-RELEASE-android-24-0.1 x86_64-unknown-linux-android24
- name: Build Tests
run:
OMIT_MACRO_TESTS=1 swift build --swift-sdk x86_64-unknown-linux-android24 --build-tests
OMIT_MACRO_TESTS=1 swift build --build-tests --swift-sdk x86_64-unknown-linux-android24 -Xswiftc -Xclang-linker -Xswiftc -fuse-ld=lld
- name: Prepare Android Emulator Test Script
run: |
mkdir pack
Expand All @@ -164,6 +164,6 @@ jobs:
- name: Run Tests on Android Emulator
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 24
api-level: 29
arch: x86_64
script: ~/test-toolchain.sh

0 comments on commit 741f8d7

Please sign in to comment.