Skip to content

Commit 9537271

Browse files
chore: carthage build enable verbose on CI
1 parent 373f2de commit 9537271

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fastlane/Fastfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ platform :ios do
105105
cache_builds: true,
106106
use_binaries: false,
107107
no_skip_current: false,
108-
use_xcframeworks: true
108+
use_xcframeworks: true,
109+
verbose: Helper.is_ci?
109110
)
110111

111112
carthage(
@@ -115,7 +116,8 @@ platform :ios do
115116
platform: "iOS",
116117
cache_builds: true,
117118
no_skip_current: true,
118-
use_xcframeworks: true
119+
use_xcframeworks: true,
120+
verbose: Helper.is_ci?
119121
)
120122
end
121123

0 commit comments

Comments
 (0)