We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7953588 commit f403305Copy full SHA for f403305
.yamato/webgl-build.yml
@@ -11,7 +11,7 @@
11
{% for project in projects.default -%}
12
{% for platform in test_platforms.desktop -%}
13
{% for editor in validation_editors.all -%}
14
-webgl_build_{{ project.name }}_{{ platform }}_{{ editor }}:
+webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
15
name: WebGl Build - {{ project.name }} [{{ platform.name }}, {{ editor }}, il2cpp]
16
agent:
17
type: {% if platform.name == "mac" %} {{ platform.type }} {% else %} {{ platform.type }}::GPU {% endif %}
0 commit comments