mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-19 13:56:06 -04:00
CI: Simplify build scripts for CI-only use
This commit is contained in:
4
.github/scripts/utils.zsh/log_debug
vendored
4
.github/scripts/utils.zsh/log_debug
vendored
@@ -1,3 +1 @@
|
||||
if (( ! ${+_loglevel} )) typeset -g _loglevel=1
|
||||
|
||||
if (( _loglevel > 2 )) print -PR -e "${CI:+::debug::}%F{220}DEBUG: ${@}%f"
|
||||
if (( debug )) print -PR -e "::debug::%F{220}DEBUG: ${@}%f"
|
||||
|
||||
Reference in New Issue
Block a user