|
|
|
|
|
|
commands: |
|
|
|
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade |
|
|
|
- unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast |
|
|
|
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output utr |
|
|
|
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr |
|
|
|
- chmod +x ./utr |
|
|
|
- ./utr --suite=editor --platform=StandaloneOSX --editor-location=.Editor --testproject=DevProject --artifacts_path=build/test-results --report-performance-data --performance-project-id=com.unity.ml-agents --zero-tests-are-ok=1 |
|
|
|
triggers: |
|
|
|