Skip to content

Commit d502282

Browse files
authored
Compile for Android on CI (#142)
* Compile for Android on CI * Use custom GitHub Action * Simplify
1 parent a3f634d commit d502282

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
workflow_dispatch:
1011

1112
concurrency:
1213
group: ci-${{ github.ref }}
@@ -139,3 +140,9 @@ jobs:
139140
run: swift build -c ${{ matrix.config }}
140141
- name: Run tests (debug only)
141142
run: swift test
143+
144+
android:
145+
name: Android
146+
runs-on: ubuntu-22.04
147+
steps:
148+
- uses: johankool/swift-android-test-action@v1

0 commit comments

Comments
 (0)