File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments