File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -17,33 +17,31 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- os : [windows-latest, ubuntu-latest, macos-latest]
20
+ os : [ubuntu-latest, macos-latest]
21
21
build_type : ["Release", "Debug"]
22
22
architecture : ["x64", "x86"]
23
- msvc_runtime : ["static"]
24
23
python_version : [3.7]
25
24
include :
26
25
- os : windows-latest
27
- vcpkg_triplet_suffix : " windows-static"
26
+ build_type : " Release"
27
+ architecture : " x64"
28
+ msvc_runtime : " static"
29
+ vcpkg_triplet : " windows-static"
30
+ - os : windows-latest
31
+ build_type : " Debug"
32
+ architecture : " x86"
33
+ msvc_runtime : " dynamic"
34
+ vcpkg_triplet : " windows-static-md"
28
35
- os : ubuntu-latest
36
+ msvc_runtime : " static"
29
37
vcpkg_triplet_suffix : " linux"
30
38
- os : macos-latest
39
+ msvc_runtime : " static"
31
40
vcpkg_triplet_suffix : " osx"
32
41
33
42
exclude :
34
43
- os : macos-latest
35
44
architecture : " x86"
36
- - os : macos-latest
37
- msvc_runtime : " dynamic"
38
- - os : ubuntu-latest
39
- msvc_runtime : " dynamic"
40
- # Windows currently takes too long. These are (possibly temporary)
41
- # exclusions to mitigate queuing issues caused by excessive
42
- # work done on GHA on every PR.
43
- - os : windows-latest
44
- build_type : " Release"
45
- - os : windows-latest
46
- architecture : " x86"
47
45
48
46
steps :
49
47
- name : setup Xcode version (macos)
You can’t perform that action at this time.
0 commit comments