|
|
|
|
|
|
- "artifacts/inference.onnx.txt" |
|
|
|
standalonebuild: |
|
|
|
paths: |
|
|
|
- "artifacts/testplayer*/**" |
|
|
|
- "artifacts/testPlayer*/**" |
|
|
|
- "artifacts/models/**" |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
|
|
|
commands: |
|
|
|
- | |
|
|
|
python3 -m venv venv && source venv/bin/activate |
|
|
|
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 |
|
|
|
python -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple |
|
|
|
python -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade |
|
|
|
python3 -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=mac |
|
|
|
python -u -m ml-agents.tests.yamato.standalone_build_tests --build-target=mac |
|
|
|
python -u -m ml-agents.tests.yamato.training_int_tests --python=0.16.0 |
|
|
|
python -u -m ml-agents.tests.yamato.training_int_tests --python==0.16.0 |
|
|
|
triggers: |
|
|
|
cancel_old_ci: true |
|
|
|
expression: | |
|
|
|
|
|
|
- "artifacts/inference.onnx.txt" |
|
|
|
standalonebuild: |
|
|
|
paths: |
|
|
|
- "artifacts/testplayer*/**" |
|
|
|
- "artifacts/testPlayer*/**" |
|
|
|
- "artifacts/models/**" |