Skip to content

Commit

Permalink
Merge pull request #134 from swhitty/android-build
Browse files Browse the repository at this point in the history
Android SDK build within GitHub Actions
  • Loading branch information
swhitty authored Nov 23, 2024
2 parents 65d4b44 + 6ca395c commit 935dcde
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,16 @@ jobs:
run: swift sdk list
- name: Build
run: swift build --swift-sdk x86_64-swift-linux-musl

linux_swift_6_0_android:
runs-on: ubuntu-latest
container: swift:6.0.2
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Install SDK
run: swift sdk install https://github.com/finagolfin/swift-android-sdk/releases/download/6.0.2/swift-6.0.2-RELEASE-android-24-0.1.artifactbundle.tar.gz --checksum d75615eac3e614131133c7cc2076b0b8fb4327d89dce802c25cd53e75e1881f4
- name: Build
run: swift build --swift-sdk aarch64-unknown-linux-android24

0 comments on commit 935dcde

Please sign in to comment.