From 77c7985f9325dfe2df87b2e26fcbac7a0ceeaf0e Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Mon, 18 Dec 2023 14:13:26 +0000 Subject: [PATCH] [ci] Add MSBuild color. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6eb53ae9..a789aeacd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ variables: script: - git submodule update --init --recursive - cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH && - MSBUILD.exe -t:Rebuild + MSBuild.exe -clp:ForceConsoleColor -t:Rebuild -p:Configuration=Debug -p:Platform=$env:PLATFORM -p:UserDefines=FT_DEBUG_LOGGING @@ -120,6 +120,7 @@ windows msbuild vs2019 amd64: variables: ARCH: 'amd64' PLATFORM: 'x64' + # Linux Jobs. # # Jobs with "libs" in the name force-enable libraries.