Skip to content

Commit d0e62fe

Browse files
committed
Initial re-enabling macOS WebGl job
1 parent 22f9d6f commit d0e62fe

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
@@ -26,7 +26,6 @@
2626

2727
{% for project in projects.default -%}
2828
{% for platform in test_platforms.desktop -%}
29-
{% 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
3029
{% for editor in validation_editors.all -%}
3130
webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
3231
name: WebGl Build - {{ project.name }} [{{ platform.name }}, {{ editor }}, il2cpp]
@@ -53,6 +52,5 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5352
- "artifacts/**/*"
5453
- "build/players/**/*"
5554
{% endfor -%}
56-
{% endif -%}
5755
{% endfor -%}
5856
{% endfor -%}

0 commit comments

Comments
 (0)