Skip to content
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

IGAPP-665: Disable flipper builds in CI #315

Merged
merged 10 commits into from
Jun 22, 2021
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ commands:
- 3-pods-{{ arch }}-
name: Restore CocoaPods Cache
- run:
command: bundle exec pod install --deployment
command: bundle exec pod install
name: '[CP] Install CocoaPods'
working_directory: native/ios
- save_cache:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/commands/restore_cocoa_pods_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
- 3-pods-{{ arch }}-
- run:
name: "[CP] Install CocoaPods"
command: bundle exec pod install --deployment
command: bundle exec pod install
working_directory: native/ios
- save_cache:
name: Save CocoaPods Cache
Expand Down
16 changes: 9 additions & 7 deletions native/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ target 'Integreat' do
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])

# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!
post_install do |installer|
flipper_post_install(installer)
if !ENV['CI']
# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!
post_install do |installer|
flipper_post_install(installer)
end
end

permissions_path = '../node_modules/react-native-permissions/ios'
Expand Down
2 changes: 1 addition & 1 deletion native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,6 @@ SPEC CHECKSUMS:
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 9f4f5fc0d4639de209a92fd46798bf1ba48b1f6e
PODFILE CHECKSUM: 26c04831545c22b7526a71e0f520caedf9e5fafb
maxammann marked this conversation as resolved.
Show resolved Hide resolved

COCOAPODS: 1.9.2