File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,18 @@ run_all_webgl_builds:
5656{% endfor -%}
5757{% endfor -%}
5858
59-
59+ run_all_project_tests_desktop_standalone :
60+ name : Run All Standalone Tests - Desktop
61+ dependencies :
62+ {% for project in projects.default -%}
63+ {% for platform in test_platforms.desktop -%}
64+ {% for editor in validation_editors.all -%}
65+ {% for backend in scripting_backends -%}
66+ - .yamato/desktop-standalone-tests.yml#desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{ editor }}
67+ {% endfor -%}
68+ {% endfor -%}
69+ {% endfor -%}
70+ {% endfor -%}
6071
6172
6273
@@ -150,20 +161,7 @@ run_all_webgl_builds:
150161#{% endfor -%}
151162#{% endfor -%}
152163#
153- # all_project_tests_desktop_standalone:
154- # name: Run All Project Tests - Desktop Standalone
155- # dependencies:
156- #{% for platform in test_platforms -%}
157- #{% for project in projects -%}
158- #{% if project.has_tests == "true" -%}
159- #{% for editor in project.test_editors -%}
160- #{% for backend in scripting_backends -%}
161- # - .yamato/standalone-project-tests.yml#standalone_tests_{{ project.name }}_{{ backend }}_{{ editor }}_{{ platform.name }}
162- #{% endfor -%}
163- #{% endfor -%}
164- #{% endif -%}
165- #{% endfor -%}
166- #{% endfor -%}
164+
167165#
168166# all_project_tests_mobile:
169167# name: Run All Project Tests - Mobile
You can’t perform that action at this time.
0 commit comments