Skip to content

Commit

Permalink
test build with verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 12, 2024
1 parent 8ab7a21 commit 449e685
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,14 @@ def xcodebuild(command)
# Check if the mint tool is installed -- if so, pipe the xcodebuild output through xcbeautify
`which mint`

if $?.success?
sh "set -o pipefail && xcodebuild #{command} | mint run thii/[email protected]"
else
##
## TODO: REVERT, TESTING WITH VERBOSE LOGGING
##
# if $?.success?
# sh "set -o pipefail && xcodebuild #{command} | mint run thii/[email protected]"
# else
sh "xcodebuild #{command}"
end
# end
end

# Runs the given code block, unless `SKIP_VISION_OS=true`.
Expand Down

0 comments on commit 449e685

Please sign in to comment.