Skip to content

Commit

Permalink
Add ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 24, 2024
1 parent bf57ed7 commit 51061d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: info.lcov

ios:
runs-on: macOS-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Xcodebuild
run: |
xcodebuild -scheme soto-core-Package -quiet -destination 'platform=iOS Simulator,name=iPhone 15'
xcodebuild test -scheme soto-core-Package -destination 'platform=iOS Simulator,name=iPhone 15'
linux:
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down

0 comments on commit 51061d6

Please sign in to comment.