Skip to content

Commit

Permalink
Add SPM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Oct 4, 2024
1 parent c24d201 commit f40ebfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ jobs:
run: bundle exec pod lib lint --verbose --fail-fast AardvarkLoggingUI.podspec --include-podspecs=CoreAardvark.podspec
- name: Lint AardvarkMailUI Podspec
run: bundle exec pod lib lint --verbose --fail-fast AardvarkMailUI.podspec --include-podspecs="{CoreAardvark,Aardvark}.podspec"
swift-build:
name: Swift Build
runs-on: macOS-12
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Swift Build
run: swift build --sdk "$(xcode-select -p)/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk" --triple "arm64-apple-ios14.0-simulator"

0 comments on commit f40ebfe

Please sign in to comment.