Skip to content

Commit 0b04a83

Browse files
committed
Revert "Added a release mode configuration for iOS jobs"
This reverts commit 8d724fa.
1 parent 308b377 commit 0b04a83

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ 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
1918
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
2019
- chmod +x ./utr
2120
- ./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
22-
variables:
23-
UNITY_TESTS_XCODEBUILD_TIMEOUT: 60
24-
XCODE_XCCONFIG_FILE: ~/XcodeBuildConfig.xcconfig
21+
2522
artifacts:
2623
players:
2724
paths:

0 commit comments

Comments
 (0)