forked from openhab/openhab-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert to github action for cocoapods
- Loading branch information
Showing
3 changed files
with
5 additions
and
73 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 |
---|---|---|
|
@@ -25,15 +25,13 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-pods-${{ env.cache-name }}- | ||
- name: Install Bundler | ||
run: gem install bundler | ||
|
||
- name: Bundle Install | ||
run: bundle install | ||
- name: Setup Cocoapods | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
podfile-path: Podfile.lock | ||
|
||
- name: Install Dependencies | ||
run: | | ||
bundle exec pod install --repo-update | ||
run: pod install --repo-update | ||
shell: bash | ||
|
||
- name: Fastlane unit tests | ||
|
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,7 +1,6 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "fastlane" | ||
gem 'cocoapods', '>= 1.10.0.rc' | ||
|
||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | ||
eval_gemfile(plugins_path) if File.exist?(plugins_path) |
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