File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 30
30
config :
31
31
# see: https://github.com/actions/virtual-environments
32
32
- {
33
- name : " Windows/2019/Static/X86/Release" ,
33
+ name : " Windows-MSVC /2019/Static/X86/Release" ,
34
34
os : windows-2019,
35
35
config : Release,
36
36
cmake_extra_args : -G "Visual Studio 16 2019" -A Win32,
@@ -39,14 +39,23 @@ jobs:
39
39
cores : 2,
40
40
}
41
41
- {
42
- name : " Windows/2019/Static/X64/Release" ,
42
+ name : " Windows-MSVC /2019/Static/X64/Release" ,
43
43
os : windows-2019,
44
44
config : Release,
45
45
cmake_extra_args : -G "Visual Studio 16 2019" -A x64 -DCMAKE_CXX_FLAGS="/O2",
46
46
sudocmd : " " ,
47
47
artifact_name : " Windows x64" ,
48
48
cores : 2,
49
49
}
50
+ - {
51
+ name : " Windows-MinGW/2019/Static/X64/Release" ,
52
+ os : windows-2019,
53
+ config : Release,
54
+ cmake_extra_args : " -G \" MinGW Makefiles\" -DCMAKE_C_COMPILER=C:/msys64/mingw64/bin/gcc.exe -DCMAKE_CXX_COMPILER=C:/msys64/mingw64/bin/g++.exe" ,
55
+ sudocmd : " " ,
56
+ artifact_name : " Windows x64" ,
57
+ cores : 2,
58
+ }
50
59
- {
51
60
name : " Ubuntu/18.04/Static/X64/Release" ,
52
61
os : ubuntu-18.04,
You can’t perform that action at this time.
0 commit comments