|
|
|
|
|
|
name: Test Mac Standalone {{ editor.version }} |
|
|
|
agent: |
|
|
|
type: Unity::VM::osx |
|
|
|
image: ml-agents/ml-agents-bokken-mac:0.1.4-492264 |
|
|
|
image: package-ci/mac:stable |
|
|
|
- pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple |
|
|
|
- python -u -m ml-agents.tests.yamato.standalone_build_tests |
|
|
|
- python -u -m ml-agents.tests.yamato.standalone_build_tests --scene=Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity |
|
|
|
- python -u -m ml-agents.tests.yamato.standalone_build_tests --scene=Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity |
|
|
|
- python -u -m ml-agents.tests.yamato.standalone_build_tests --scene=Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity |
|
|
|
- python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple |
|
|
|
- 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 |
|
|
|
|
|
|
|
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests |
|
|
|
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --scene=Assets/ML-Agents/Examples/Basic/Scenes/Basic.unity |
|
|
|
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --scene=Assets/ML-Agents/Examples/Bouncer/Scenes/Bouncer.unity |
|
|
|
- python3 -u -m ml-agents.tests.yamato.standalone_build_tests --scene=Assets/ML-Agents/Examples/WallJump/Scenes/WallJump.unity |
|
|
|
triggers: |
|
|
|
cancel_old_ci: true |
|
|
|
changes: |
|
|
|