Anurag Thakur pushed to branch msbuild-ci at FreeType / FreeType
Commits:
-
8816b1bf
by Anurag Thakur (अनुराग ठाकुर) at 2023-12-17T00:54:16+05:30
1 changed file:
Changes:
... | ... | @@ -75,6 +75,21 @@ variables: |
75 | 75 | $env:MESON_WINDOWS_TESTS"
|
76 | 76 | |
77 | 77 | |
78 | +.build windows msbuild:
|
|
79 | + extends: '.build windows common'
|
|
80 | + variables:
|
|
81 | + # Make sure any failure in PowerShell scripts is fatal.
|
|
82 | + ErrorActionPreference: 'Stop'
|
|
83 | + WarningPreference: 'Stop'
|
|
84 | + script:
|
|
85 | + - git submodule update --init --recursive
|
|
86 | + - cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
|
|
87 | + MSBUILD.exe -t:Rebuild
|
|
88 | + -p:Configuration=Debug
|
|
89 | + -p:Platform=x64
|
|
90 | + -p:UserDefines=FT_DEBUG_LOGGING
|
|
91 | + MSBuild.sln"
|
|
92 | + |
|
78 | 93 | # Format of job names:
|
79 | 94 | # <OS> <Build-Tool> <Build-Params> <Architecture>
|
80 | 95 | |
... | ... | @@ -100,6 +115,11 @@ windows meson vs2019 amd64 uwp: |
100 | 115 | VS_UWP: '-app_platform=UWP'
|
101 | 116 | MESON_ARGS_UWP: '--cross-file uwp-crossfile.meson -Dc_winlibs="windowsapp.lib"'
|
102 | 117 | |
118 | +windows msbuild vs2019 amd64:
|
|
119 | + extends: '.build windows msbuild'
|
|
120 | + variables:
|
|
121 | + ARCH: 'amd64'
|
|
122 | + PLATFORN: 'x64'
|
|
103 | 123 | # Linux Jobs.
|
104 | 124 | #
|
105 | 125 | # Jobs with "libs" in the name force-enable libraries.
|