|
|
|
|
|
|
test_editors: |
|
|
|
- version: 2018.4 |
|
|
|
- version: 2020.3 |
|
|
|
--- |
|
|
|
{% for editor in test_editors %} |
|
|
|
test_mac_standalone_{{ editor.version }}: |
|
|
|
|
|
|
- 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 |
|
|
|
- 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 |
|
|
|
triggers: |
|
|
|
cancel_old_ci: true |
|
|
|
changes: |
|
|
|