-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd3e2f8
commit 0e9706f
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
name: Carthage | ||
on: | ||
on: | ||
pull_request: | ||
jobs: | ||
check: | ||
runs-on: macos-12 | ||
runs-on: macos-latest | ||
steps: | ||
- name: Select Xcode version | ||
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer' | ||
- name: Initialize Cartfile | ||
run: | | ||
tee Cartfile <<<"github \"algolia/algoliasearch-client-swift\" \"${{ github.head_ref }}\"" | ||
carthage update --no-build | ||
sh ./Carthage/Checkouts/algoliasearch-client-swift/carthage-prebuild | ||
carthage build --use-xcframeworks --platform ios | ||
- name: Select Xcode version | ||
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer' | ||
- name: Initialize Cartfile | ||
run: | | ||
tee Cartfile <<<"github \"algolia/algoliasearch-client-swift\" \"${{ github.head_ref }}\"" | ||
carthage update --no-build | ||
sh ./Carthage/Checkouts/algoliasearch-client-swift/carthage-prebuild | ||
carthage build --use-xcframeworks --platform ios |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: Cocoapods | ||
on: | ||
on: | ||
pull_request: | ||
jobs: | ||
lint: | ||
runs-on: macos-12 | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
- name: Select Xcode version | ||
run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer' | ||
- name: Pod lib lint | ||
run: pod lib lint --allow-warnings | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
- name: Select Xcode version | ||
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer' | ||
- name: Pod lib lint | ||
run: pod lib lint --allow-warnings |