Skip to content

Commit 935dcde

Browse files
authored
Merge pull request #134 from swhitty/android-build
Android SDK build within GitHub Actions
2 parents 65d4b44 + 6ca395c commit 935dcde

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,16 @@ jobs:
118118
run: swift sdk list
119119
- name: Build
120120
run: swift build --swift-sdk x86_64-swift-linux-musl
121+
122+
linux_swift_6_0_android:
123+
runs-on: ubuntu-latest
124+
container: swift:6.0.2
125+
steps:
126+
- name: Checkout
127+
uses: actions/checkout@v4
128+
- name: Version
129+
run: swift --version
130+
- name: Install SDK
131+
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
132+
- name: Build
133+
run: swift build --swift-sdk aarch64-unknown-linux-android24

0 commit comments

Comments
 (0)