[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] msbuild-ci 77c7985f9: [ci] Add MSBuild color.
From: |
Werner Lemberg |
Subject: |
[freetype2] msbuild-ci 77c7985f9: [ci] Add MSBuild color. |
Date: |
Mon, 18 Dec 2023 09:13:36 -0500 (EST) |
branch: msbuild-ci
commit 77c7985f9325dfe2df87b2e26fcbac7a0ceeaf0e
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>
[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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] msbuild-ci 77c7985f9: [ci] Add MSBuild color.,
Werner Lemberg <=