-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clone to spm using fastlane #3926
Conversation
So that the git commands can be removed from the .yml file. This commit contains test targets (sync-to-spm-repo branch and spm3.git).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a suggestion but looks good!
.circleci/config.yml
Outdated
docker: | ||
- image: cimg/base:stable | ||
resource_class: small | ||
<<: *base-job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The base job is a Mac machine. Can we use something that's faster/cheaper? Maybe a ruby docker?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried that before (cb9a4d8) but was hitting problems, will try again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
…to james/clone-to-spm-in-fastlane
This reverts commit fda06d1.
This moves the logic for cloning the repo out of the CircleCI .yml file to a new fastlane lane. Companion PR: RevenueCat/fastlane-plugin-revenuecat_internal#65
**This is an automatic release.** ### Dependency Updates * Bump fastlane from 2.220.0 to 2.221.0 (#3971) via dependabot[bot] (@dependabot[bot]) * Bump rexml from 3.2.6 to 3.2.8 (#3907) via dependabot[bot] (@dependabot[bot]) * Bump fastlane-plugin-revenuecat_internal from `8ec0072` to `5f55466` (#3938) via dependabot[bot] (@dependabot[bot]) ### Other Changes * Fix cocoapods installation tests (#3981) via Toni Rico (@tonidero) * Remove carthage from CI and update release jobs to use xcode 15 and M1 (#3927) via Cesar de la Vega (@vegaro) * Bring back offline integration tests on M1 (#3976) via Toni Rico (@tonidero) * Fix Carthage (#3978) via James Borthwick (@jamesrb1) * Revert "Run offline backend integration tests on M1 machines (#3961)" (#3974) via Toni Rico (@tonidero) * Run offline backend integration tests on M1 machines (#3961) via Toni Rico (@tonidero) * Xcode project with RevenueCatUI + Tests (#3960) via James Borthwick (@jamesrb1) * Clone to spm using fastlane (#3926) via James Borthwick (@jamesrb1) * finishTransactions/ObserverMode -> PurchasesAreCompletedBy (#3947) via James Borthwick (@jamesrb1) * Switch tests for iOS 12 and 13 to M1 (#3958) via Toni Rico (@tonidero) * Fix prepare next version job (#3939) via Toni Rico (@tonidero)
This moves the logic for cloning the repo out of the CircleCI .yml file to a new fastlane lane. Companion PR: RevenueCat/fastlane-plugin-revenuecat_internal#65
**This is an automatic release.** ### Dependency Updates * Bump fastlane from 2.220.0 to 2.221.0 (#3971) via dependabot[bot] (@dependabot[bot]) * Bump rexml from 3.2.6 to 3.2.8 (#3907) via dependabot[bot] (@dependabot[bot]) * Bump fastlane-plugin-revenuecat_internal from `8ec0072` to `5f55466` (#3938) via dependabot[bot] (@dependabot[bot]) ### Other Changes * Fix cocoapods installation tests (#3981) via Toni Rico (@tonidero) * Remove carthage from CI and update release jobs to use xcode 15 and M1 (#3927) via Cesar de la Vega (@vegaro) * Bring back offline integration tests on M1 (#3976) via Toni Rico (@tonidero) * Fix Carthage (#3978) via James Borthwick (@jamesrb1) * Revert "Run offline backend integration tests on M1 machines (#3961)" (#3974) via Toni Rico (@tonidero) * Run offline backend integration tests on M1 machines (#3961) via Toni Rico (@tonidero) * Xcode project with RevenueCatUI + Tests (#3960) via James Borthwick (@jamesrb1) * Clone to spm using fastlane (#3926) via James Borthwick (@jamesrb1) * finishTransactions/ObserverMode -> PurchasesAreCompletedBy (#3947) via James Borthwick (@jamesrb1) * Switch tests for iOS 12 and 13 to M1 (#3958) via Toni Rico (@tonidero) * Fix prepare next version job (#3939) via Toni Rico (@tonidero)
This moves the logic for cloning the repo out of the CircleCI .yml file to a new fastlane lane.
Companion PR: RevenueCat/fastlane-plugin-revenuecat_internal#65