mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-03 12:55:20 -04:00
CI: Add github-actions renderer options to xcbeautify
This commit is contained in:
6
.github/scripts/.build.zsh
vendored
6
.github/scripts/.build.zsh
vendored
@@ -138,7 +138,11 @@ build() {
|
||||
if (( debug )) {
|
||||
xcodebuild ${@}
|
||||
} else {
|
||||
xcodebuild ${@} 2>&1 | xcbeautify
|
||||
if [[ ${GITHUB_EVENT_NAME} == push ]] {
|
||||
xcodebuild ${@} 2>&1 | xcbeautify --renderer terminal
|
||||
} else {
|
||||
xcodebuild ${@} 2>&1 | xcbeautify --renderer github-actions
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user