Skip to content

Commit

Permalink
Update mobile-build-and-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fluong6 committed May 2, 2024
1 parent 1db1bb1 commit a4a4296
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .yamato/mobile-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,12 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
cat Packages/manifest.json
fi
echo $external_trigger
# Download unity-downloader-cli
- command: pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools/utr-standalone/utr.bat --output utr.bat
- command: python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform Android
- command: unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait
# Build player(s)
- command: set UTR_VERSION=0.12.0
- command: ./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
pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools/utr-standalone/utr.bat --output utr.bat
python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform Android
unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait
set UTR_VERSION=0.12.0
./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
artifacts:
players:
paths:
Expand Down

0 comments on commit a4a4296

Please sign in to comment.