File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,24 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
config :
16
+ # - {
17
+ # name: "Windows MSVC",
18
+ # os: windows-latest,
19
+ # build_type: "Release", cc: "cl", cxx: "cl",
20
+ # environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
21
+ # }
16
22
- {
17
- name : " Windows Latest MSVC" , artifact: "Windows-MSVC.tar.xz",
18
- os : windows-latest,
19
- build_type : " Release" , cc: "cl", cxx: "cl",
20
- environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
23
+ name : " Ubuntu gcc" ,
24
+ os : ubuntu-latest,
25
+ build_type : " Release" , cc: "gcc", cxx: "g++"
21
26
}
22
27
- {
23
- name : " Ubuntu" ,
28
+ name : " Ubuntu clang " ,
24
29
os : ubuntu-latest,
25
- build_type : " Release" , cc: "gcc ", cxx: "g ++"
30
+ build_type : " Release" , cc: "clang ", cxx: "clang ++"
26
31
}
27
32
- {
28
- name : " macOS" ,
33
+ name : " macOS clang " ,
29
34
os : macos-latest,
30
35
build_type : " Release" , cc: "clang", cxx: "clang++"
31
36
}
You can’t perform that action at this time.
0 commit comments