Skip to content

Commit

Permalink
Compile for Android on CI (#142)
Browse files Browse the repository at this point in the history
* Compile for Android on CI

* Use custom GitHub Action

* Simplify
  • Loading branch information
johankool authored Dec 21, 2024
1 parent a3f634d commit d502282
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- '*'
workflow_dispatch:

concurrency:
group: ci-${{ github.ref }}
Expand Down Expand Up @@ -139,3 +140,9 @@ jobs:
run: swift build -c ${{ matrix.config }}
- name: Run tests (debug only)
run: swift test

android:
name: Android
runs-on: ubuntu-22.04
steps:
- uses: johankool/swift-android-test-action@v1

0 comments on commit d502282

Please sign in to comment.