Skip to content

Commit c3374ac

Browse files
committed
linter
1 parent 4090077 commit c3374ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.yamato/webgl-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ webgl_build_{{ project.name }}_{{ platform }}_{{ editor }}:
3737

3838
# Build Player
3939
- |
40-
{% if platform.name == "win" %} utr.bat {% else %} ./utr {% endif %} --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=build/test-results --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg="-cloudEnvironment staging" --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only
40+
{% if platform.name == "win" %}
41+
utr.bat --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=build/test-results --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg="-cloudEnvironment staging" --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only
42+
{% else %}
43+
./utr --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=build/test-results --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg="-cloudEnvironment staging" --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only
44+
{% endif %}
4145

4246
artifacts:
4347
logs:

0 commit comments

Comments
 (0)