Skip to content

Commit

Permalink
Revert "Added a release mode configuration for iOS jobs"
Browse files Browse the repository at this point in the history
This reverts commit 8d724fa.
  • Loading branch information
FabianStoll committed Nov 8, 2024
1 parent 308b377 commit 0b04a83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .yamato/mobile-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
commands:
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
- unity-downloader-cli -c Editor -c iOS -u {{ editor }} --fast --wait
- echo "CONFIGURATION = Release" >> ~/XcodeBuildConfig.xcconfig
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
- chmod +x ./utr
- ./utr --suite=playmode --platform=iOS --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --build-only --testfilter=Unity.BossRoom.Tests.Runtime
variables:
UNITY_TESTS_XCODEBUILD_TIMEOUT: 60
XCODE_XCCONFIG_FILE: ~/XcodeBuildConfig.xcconfig

artifacts:
players:
paths:
Expand Down

0 comments on commit 0b04a83

Please sign in to comment.