mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-07 14:54:49 -04:00
CI: Add zsh-based build framework files for macOS
This commit is contained in:
7
.github/scripts/utils.zsh/run_xcodebuild
vendored
Normal file
7
.github/scripts/utils.zsh/run_xcodebuild
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
if (( _loglevel > 1 )) {
|
||||
xcodebuild ${@}
|
||||
} else {
|
||||
local -a xcbeautify_opts=()
|
||||
if (( _loglevel == 0 )) xcbeautify_opts+=(--quiet)
|
||||
xcodebuild ${@} 2>&1 | xcbeautify ${xcbeautify_opts}
|
||||
}
|
||||
Reference in New Issue
Block a user