@@ -19,7 +19,7 @@ Universal_OSX_OpenGLCore_playmode_mono_Linear_trunk:
19
19
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
20
20
- chmod +x TestProjects/UniversalGraphicsTest/utr
21
21
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
22
- - brew install unity/unity/unity-downloader-cli
22
+ - brew upgrade unity/unity/unity-downloader-cli
23
23
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor -c il2cpp --wait --published-only
24
24
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
25
25
artifacts :
@@ -39,7 +39,7 @@ Universal_OSX_OpenGLCore_editmode_mono_Linear_trunk:
39
39
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
40
40
- chmod +x TestProjects/UniversalGraphicsTest/utr
41
41
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
42
- - brew install unity/unity/unity-downloader-cli
42
+ - brew upgrade unity/unity/unity-downloader-cli
43
43
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor -c il2cpp --wait --published-only
44
44
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=editmode --reruncount=2 --scripting-backend=Mono2x --suite=editor --testproject=.
45
45
artifacts :
@@ -60,7 +60,7 @@ Universal_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION:
60
60
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
61
61
- chmod +x TestProjects/UniversalGraphicsTest/utr
62
62
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
63
- - brew install unity/unity/unity-downloader-cli
63
+ - brew upgrade unity/unity/unity-downloader-cli
64
64
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
65
65
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
66
66
artifacts :
@@ -84,7 +84,7 @@ Universal_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION:
84
84
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
85
85
- chmod +x TestProjects/UniversalGraphicsTest/utr
86
86
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
87
- - brew install unity/unity/unity-downloader-cli
87
+ - brew upgrade unity/unity/unity-downloader-cli
88
88
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
89
89
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=editmode --reruncount=2 --scripting-backend=Mono2x --suite=editor --testproject=.
90
90
artifacts :
0 commit comments