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 17
17
fail-fast : false
18
18
matrix :
19
19
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
28
20
- name : VS2019Debug64
29
21
vmimage : windows-2019
30
22
mpctype : vs2019
49
41
vcpkgarch : x64-windows
50
42
vcpkglibdir : debug/lib
51
43
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
52
52
runs-on : ${{ matrix.vmimage }}
53
53
name : ${{ matrix.name }}
54
54
env :
You can’t perform that action at this time.
0 commit comments