Skip to content

Commit

Permalink
factor spm
Browse files Browse the repository at this point in the history
  • Loading branch information
kcw-grunt committed Dec 26, 2024
1 parent d8815ed commit e26fdd7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,20 @@ jobs:
echo 'export $DEBUG_PARTNER_KEYS="$DEBUG_PARTNER_KEYS"' >> $BASH_ENV
echo "$DEBUG_PARTNER_KEYS" | base64 --decode > litewallet/partner-keys.plist
- restore_cache:
key: spm-cache-{{ checksum "Package.resolved" "*.xcodeproj/**/Package.resolved" "litewallet/Package.resolved" }}
name: Restore SPM Cache
keys:
- spm-cache-{{ checksum "Package.resolved" "*.xcodeproj/**/Package.resolved" "litewallet/Package.resolved" }}
- run:
name: Install Bundler
command: gem install bundler:1.17.2; bundle update --bundler; bundle install
- run:
name: Fastlane
command: bundle exec fastlane $FASTLANE_LANE
- save_cache:
name: Save SPM Cache
key: spm-cache-{{ checksum "Package.resolved" "*.xcodeproj/**/Package.resolved" "litewallet/Package.resolved" }}
paths:
- SourcePackages/
key: spm-cache-{{ checksum "Package.resolved" "*.xcodeproj/**/Package.resolved" "litewallet/Package.resolved" }}
- store_artifacts:
path: output
- store_test_results:
Expand Down

0 comments on commit e26fdd7

Please sign in to comment.