Browse Source

CI: Enable diagnostics color on CI build on Ubuntu

Norihiro Kamae 1 year ago
parent
commit
e3265fd3e6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/scripts/.build.zsh

+ 2 - 0
.github/scripts/.build.zsh

@@ -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}