mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-24 16:28:07 -04:00
CI: Enable diagnostics color on CI build on Ubuntu
This commit is contained in:
committed by
Ryan Foster
parent
14aaaa325b
commit
e3265fd3e6
2
.github/scripts/.build.zsh
vendored
2
.github/scripts/.build.zsh
vendored
@@ -221,6 +221,8 @@ build() {
|
||||
cmake_build_args+=(build_${target%%-*} --config ${config} --parallel)
|
||||
cmake_install_args+=(build_${target%%-*} --prefix ${project_root}/build_${target%%-*}/install/${config})
|
||||
|
||||
export CLICOLOR_FORCE=1
|
||||
|
||||
log_group "Configuring ${product_name}..."
|
||||
${cmake_bin} -S ${project_root} ${cmake_args}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user