Skip to content

Commit 285da15

Browse files
committed
verbose xcode build
1 parent 20c306b commit 285da15

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/native_build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ jobs:
115115
-scheme ci \
116116
-destination generic/platform=iOS \
117117
-configuration Debug \
118+
-verbose \
118119
CODE_SIGN_IDENTITY="" \
119120
CODE_SIGNING_REQUIRED=NO \
120121
CODE_SIGN_ENTITLEMENTS="" \
121122
CODE_SIGNING_ALLOWED="NO" \
122-
clean build | xcpretty
123+
clean build | bundle exec xcpretty

ci/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
1010
gem 'concurrent-ruby', '< 1.3.4'
1111

12+
gem 'xcpretty'
13+
1214
# Ruby 3.4.0 has removed some libraries from the standard library.
1315
gem 'bigdecimal'
1416
gem 'logger'

ci/Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ GEM
9090
nkf (0.2.0)
9191
public_suffix (4.0.7)
9292
rexml (3.4.4)
93+
rouge (3.28.0)
9394
ruby-macho (2.5.1)
9495
securerandom (0.4.1)
9596
typhoeus (1.5.0)
@@ -103,6 +104,8 @@ GEM
103104
colored2 (~> 3.1)
104105
nanaimo (~> 0.3.0)
105106
rexml (>= 3.3.6, < 4.0)
107+
xcpretty (0.4.1)
108+
rouge (~> 3.28.0)
106109

107110
PLATFORMS
108111
ruby
@@ -116,6 +119,7 @@ DEPENDENCIES
116119
logger
117120
mutex_m
118121
xcodeproj (< 1.26.0)
122+
xcpretty
119123

120124
RUBY VERSION
121125
ruby 3.3.5p100

0 commit comments

Comments
 (0)