-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2833 from Unity-Technologies/release-0.11.0
Release 0.11.0
- Loading branch information
Showing
617 changed files
with
12,351 additions
and
30,257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
test_editors: | ||
- version: 2017.4 | ||
- version: 2018.4 | ||
- version: 2019.3 | ||
--- | ||
{% for editor in test_editors %} | ||
test_mac_editmode_{{ editor.version }}: | ||
name: Test Mac EditMode {{ editor.version }} | ||
agent: | ||
type: Unity::VM::osx | ||
image: ml-agents/ml-agents-bokken-mac:release | ||
flavor: i1.small | ||
variables: | ||
UNITY_VERSION: {{ editor.version }} | ||
commands: | ||
- ./run-tests-editmode-osx-editor.sh | ||
triggers: | ||
branches: | ||
only: | ||
- "/develop-.*/" | ||
targets: | ||
only: | ||
- "develop" | ||
pull_requests: | ||
- targets: | ||
only: | ||
- "master" | ||
- "/release-.*/" | ||
- "/hotfix-.*/" | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
test_editors: | ||
- version: 2017.4 | ||
- version: 2018.4 | ||
- version: 2019.3 | ||
--- | ||
{% for editor in test_editors %} | ||
test_mac_standalone_{{ editor.version }}: | ||
name: Test Mac Standalone {{ editor.version }} | ||
agent: | ||
type: Unity::VM::osx | ||
image: ml-agents/ml-agents-bokken-mac:release | ||
flavor: i1.small | ||
variables: | ||
UNITY_VERSION: {{ editor.version }} | ||
commands: | ||
- ./run-standalone-build-osx.sh | ||
triggers: | ||
branches: | ||
only: | ||
- "/develop-.*/" | ||
targets: | ||
only: | ||
- "develop" | ||
pull_requests: | ||
- targets: | ||
only: | ||
- "master" | ||
- "/release-.*/" | ||
- "/hotfix-.*/" | ||
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Unity ML-Agents Toolkit Survey | ||
|
||
Your opinion matters a great deal to us. Only by hearing your thoughts on the Unity ML-Agents Toolkit can we continue to improve and grow. Please take a few minutes to let us know about it. | ||
Your opinion matters a great deal to us. Only by hearing your thoughts on the Unity ML-Agents Toolkit can we continue to improve and grow. Please take a few minutes to let us know about it. | ||
|
||
[Fill out the survey](https://goo.gl/forms/qFMYSYr5TlINvG6f1) | ||
[Fill out the survey](https://goo.gl/forms/qFMYSYr5TlINvG6f1) |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.