File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 8
8
matrix :
9
9
os : ["windows-latest", "ubuntu-20.04", "macos-14"]
10
10
build_type : ["Debug", "Release"]
11
- cmake_args : ["-DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"]
12
11
exclude :
13
12
# Exclude MacOS-Release
14
13
- os : " macos-14"
15
14
build_type : " Release"
16
15
17
16
include :
18
- - os : " windows-latest"
19
- host_name : " Win10"
17
+ - os : " windows-latest"
18
+ build_type : " Release"
19
+ host_name : " Win10"
20
+ # 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"
22
+
23
+ - os : " windows-latest"
24
+ build_type : " Debug"
25
+ host_name : " Win10"
26
+ cmake_args : " -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
20
27
21
28
- os : " ubuntu-20.04"
22
29
host_name : " Linux"
30
+ cmake_args : " -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
23
31
24
32
- os : " macos-14"
25
33
host_name : " MacOS"
34
+ cmake_args : " -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
26
35
27
36
runs-on : ${{ matrix.os }}
28
37
name : ${{ matrix.host_name }} -> Emscripten, ${{ matrix.build_type }}
You can’t perform that action at this time.
0 commit comments