File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 88 matrix :
99 os : ["windows-latest", "ubuntu-20.04", "macos-14"]
1010 build_type : ["Debug", "Release"]
11- exclude :
12- # Exclude MacOS-Release
13- - os : " macos-14"
14- build_type : " Release"
15-
1611 include :
1712 - os : " windows-latest"
1813 build_type : " Release"
1914 host_name : " Win10"
2015 # Do not build WebGPU on Windows/Release as it is extremely slow
21- cmake_args : " -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO =ON -DDILIGENT_NO_WEBGPU =ON"
16+ cmake_args : " -DDILIGENT_NO_WEBGPU =ON -DDILIGENT_NO_ARCHIVER =ON"
2217
2318 - os : " windows-latest"
2419 build_type : " Debug"
2520 host_name : " Win10"
2621 cmake_args : " -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
2722
2823 - os : " ubuntu-20.04"
24+ build_type : " Debug"
2925 host_name : " Linux"
3026 cmake_args : " -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
3127
28+ - os : " ubuntu-20.04"
29+ build_type : " Release"
30+ host_name : " Linux"
31+ # Do not build WebGPU on Linux/Release as it is extremely slow
32+ cmake_args : " -DDILIGENT_NO_WEBGPU=ON -DDILIGENT_NO_ARCHIVER=ON"
33+
3234 - os : " macos-14"
35+ build_type : " Debug"
3336 host_name : " MacOS"
3437 cmake_args : " -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
3538
You can’t perform that action at this time.
0 commit comments