File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 include :
20- - name : VS2017Debug64
21- vmimage : windows-2016
22- mpctype : vs2017
23- BuildPlatform : x64
24- BuildConfiguration : Debug
25- vcpkgarch : x64-windows
26- vcpkglibdir : debug/lib
27- vcpkgpackages : openssl xerces-c zlib
2820 - name : VS2019Debug64
2921 vmimage : windows-2019
3022 mpctype : vs2019
4941 vcpkgarch : x64-windows
5042 vcpkglibdir : debug/lib
5143 vcpkgpackages : openssl xerces-c zlib
44+ - name : VS2022Release32
45+ vmimage : windows-2022
46+ mpctype : vs2022
47+ BuildPlatform : Win32
48+ BuildConfiguration : Release
49+ vcpkgarch : x86-windows
50+ vcpkglibdir : lib
51+ vcpkgpackages : openssl xerces-c zlib
5252 runs-on : ${{ matrix.vmimage }}
5353 name : ${{ matrix.name }}
5454 env :
You can’t perform that action at this time.
0 commit comments