mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
CI: Add github-actions renderer options to xcbeautify
This commit is contained in:
@@ -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