Skip to content

Commit 0c01dbf

Browse files
committed
add android build
1 parent 7ec6627 commit 0c01dbf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,13 @@ jobs:
9494
run: swift build --build-tests
9595
- name: Test
9696
run: swift test --skip-build
97+
98+
android:
99+
runs-on: ubuntu-latest
100+
steps:
101+
- name: Checkout
102+
uses: actions/checkout@v4
103+
- name: Build and Test
104+
uses: skiptools/swift-android-action@v2
105+
with:
106+
swift-version: 6.2

0 commit comments

Comments
 (0)