Skip to content

Commit 0a2e590

Browse files
author
Rene Damm
committed
MERGE: develop => stable.
2 parents eea5e3f + 60b3de2 commit 0a2e590

File tree

725 files changed

+5956
-116463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

725 files changed

+5956
-116463
lines changed

.yamato/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ check_formatting:
22
name : Check formatting
33
agent:
44
type: Unity::VM::osx
5-
image: buildfarm/mac:stable
5+
image: desktop/desktop-macos-10.14:latest
66
flavor: m1.mac
77
commands:
88
- hg clone -b stable http://hg-mirror-slo.hq.unity3d.com/unity-extra/unity-meta

.yamato/upm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build_ios_{{ editor.version }}:
3636
flavor: b1.large
3737
commands:
3838
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
39-
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --fast
39+
- unity-downloader-cli -c Editor -c iOS -u {{ editor.version }} --fast -w
4040
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output utr
4141
- chmod +x ./utr
4242
- ./utr --suite=playmode --platform=iOS --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --build-only
@@ -78,7 +78,7 @@ build_android_{{ editor.version }}_{{ backend.name }}:
7878
flavor: b1.xlarge
7979
commands:
8080
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
81-
- unity-downloader-cli -c Editor -c Android -u {{ editor.version }} --fast
81+
- unity-downloader-cli -c Editor -c Android -u {{ editor.version }} --fast -w
8282
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output utr.bat
8383
- ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject=. --player-save-path=build/players --artifacts_path=build/logs --scripting-backend={{ backend.name }} --build-only
8484
artifacts:

0 commit comments

Comments
 (0)