Skip to content

Commit 6b0fa10

Browse files
committed
feat: switch android build from mono to il2cpp
1 parent 9dd6784 commit 6b0fa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/mobile-build-and-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
5151
- unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait
5252
# Build player(s)
5353
- set UTR_VERSION=0.12.0
54-
- ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=mono --build-only --testfilter=Unity.BossRoom.Tests.Runtime
54+
- ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=il2cpp --build-only --testfilter=Unity.BossRoom.Tests.Runtime
5555
artifacts:
5656
players:
5757
paths:

0 commit comments

Comments
 (0)