Skip to content

Commit 7535028

Browse files
committed
Initial re-enabling macOS WebGl job
1 parent c13c93d commit 7535028

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.yamato/webgl-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
{% for project in projects.default -%}
2727
{% for platform in test_platforms.desktop -%}
28-
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
2928
{% for editor in validation_editors.all -%}
3029
webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
3130
name: WebGl Build - {{ project.name }} [{{ platform.name }}, {{ editor }}, il2cpp]
@@ -52,6 +51,5 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5251
- "artifacts/**/*"
5352
- "build/players/**/*"
5453
{% endfor -%}
55-
{% endif -%}
5654
{% endfor -%}
5755
{% endfor -%}

0 commit comments

Comments
 (0)