Skip to content

Commit bf723b7

Browse files
committed
Reapply "Added a release mode configuration for iOS jobs"
This reverts commit 0b04a83.
1 parent 0b04a83 commit bf723b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
1515
commands:
1616
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
1717
- unity-downloader-cli -c Editor -c iOS -u {{ editor }} --fast --wait
18+
- echo "CONFIGURATION = Release" >> ~/XcodeBuildConfig.xcconfig
1819
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
1920
- chmod +x ./utr
2021
- ./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
21-
22+
variables:
23+
UNITY_TESTS_XCODEBUILD_TIMEOUT: 60
24+
XCODE_XCCONFIG_FILE: ~/XcodeBuildConfig.xcconfig
2225
artifacts:
2326
players:
2427
paths:

0 commit comments

Comments
 (0)