File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,27 @@ jobs:
22
22
architecture : ["x64", "x86"]
23
23
python_version : [3.7]
24
24
include :
25
+ # Add these Windows jobs.
25
26
- os : windows-latest
26
27
build_type : " Release"
27
28
architecture : " x64"
28
29
msvc_runtime : " static"
29
- vcpkg_triplet : " windows-static"
30
+ vcpkg_triplet_suffix : " windows-static"
30
31
- os : windows-latest
31
32
build_type : " Debug"
32
33
architecture : " x86"
33
34
msvc_runtime : " dynamic"
34
- vcpkg_triplet : " windows-static-md"
35
+ vcpkg_triplet_suffix : " windows-static-md"
36
+
37
+ # Specify additional parameters for these jobs.
35
38
- os : ubuntu-latest
36
39
msvc_runtime : " static"
37
40
vcpkg_triplet_suffix : " linux"
38
41
- os : macos-latest
39
42
msvc_runtime : " static"
40
43
vcpkg_triplet_suffix : " osx"
41
44
45
+ # Don't build for x86 on MacOS.
42
46
exclude :
43
47
- os : macos-latest
44
48
architecture : " x86"
You can’t perform that action at this time.
0 commit comments