Skip to content

Commit

Permalink
Merge branch 'obsproject:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 authored Dec 7, 2023
2 parents 310f374 + e27b013 commit 0016cc6
Show file tree
Hide file tree
Showing 274 changed files with 1,217 additions and 341 deletions.
6 changes: 5 additions & 1 deletion .github/scripts/.build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

Expand Down
Loading

0 comments on commit 0016cc6

Please sign in to comment.