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 610a9bb commit 64c47fcCopy full SHA for 64c47fc
.yamato/desktop-standalone-tests.yml
@@ -31,11 +31,15 @@ desktop_standalone_tests_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
31
32
# Build Player
33
- |
34
- {% if platform.name != "win" %}./{% endif %}utr \
+{% if platform.name == "win" %}
35
+ utr.bat \
36
+{% else %}
37
+ ./utr \
38
+{% endif %}
39
--suite=playmode \
40
--platform={{ platform.standalone }} \
41
--editor-location=.Editor \
- --testproject={{ project.name }} \
42
+ --testproject={{ project.path }} \
43
--player-save-path=build/players \
44
--artifacts_path=build/logs \
45
--scripting-backend={{ backend }} \
0 commit comments