Allow building debug builds #3
@ -4,11 +4,15 @@
|
|||||||
|
|
||||||
Blender developers with commit access can start builds by typing commands in comments on projects.blender.org.
|
Blender developers with commit access can start builds by typing commands in comments on projects.blender.org.
|
||||||
|
|
||||||
* `@blender-bot build [platform]`: build current pull request. A notification about the build progress / result is shown in the list of commits that make up this pull request.
|
* `@blender-bot build [config] [platform]`: build current pull request. A notification about the build progress / result is shown in the list of commits that make up this pull request.
|
||||||
* `@blender-bot package [platform]`: build current pull request and make package for download. The bot will post the link in a comment on the pull request.
|
* `@blender-bot package [platform]`: build current pull request and make package for download. The bot will post the link in a comment on the pull request.
|
||||||
* `@blender-bot build-branch branch [platform]`: build the given branch. The bot will post a link to the build in a comment on the issue / pull request.
|
* `@blender-bot build-branch branch [platform]`: build the given branch. The bot will post a link to the build in a comment on the issue / pull request.
|
||||||
* `@blender-bot package-branch branch [platform]`: build branch and make package for download. The bot will post the link in a comment on the issue / pull request.
|
* `@blender-bot package-branch branch [platform]`: build branch and make package for download. The bot will post the link in a comment on the issue / pull request.
|
||||||
|
|
||||||
|
`[config]` is optional. Possible values:
|
||||||
|
* `release` (default)
|
||||||
|
* `debug`: Builds in debug mode
|
||||||
|
|
||||||
`[platform]` is optional, and used to build for just one platform. Possible values:
|
`[platform]` is optional, and used to build for just one platform. Possible values:
|
||||||
* `windows` `macos` `linux` (for brevity)
|
* `windows` `macos` `linux` (for brevity)
|
||||||
* `windows-amd64` `macos-x86_64` `macos-arm64` `linux-x86_64` (to be specific)
|
* `windows-amd64` `macos-x86_64` `macos-arm64` `linux-x86_64` (to be specific)
|
||||||
|
Loading…
Reference in New Issue
Block a user