Definition at line 11 of file build.py.
def build.BuilderSettings.branch |
( |
|
self | ) |
|
Get branch name
Definition at line 14 of file build.py.
def build.BuilderSettings.reference |
( |
|
self | ) |
|
Read project version from branch name to create Conan referece
Definition at line 63 of file build.py.
def build.BuilderSettings.stable_branch_pattern |
( |
|
self | ) |
|
Only upload the package the branch name is like a tag
Definition at line 53 of file build.py.
def build.BuilderSettings.upload |
( |
|
self | ) |
|
Set BehaviorTree repository to be used on upload.
The upload server address could be customized by env var
CONAN_UPLOAD. If not defined, the method will check the branch name.
Only master or CONAN_STABLE_BRANCH_PATTERN will be accepted.
The master branch will be pushed to testing channel, because it does
not match the stable pattern. Otherwise it will upload to stable
channel.
Definition at line 28 of file build.py.
def build.BuilderSettings.upload_only_when_stable |
( |
|
self | ) |
|
Force to upload when match stable pattern branch
Definition at line 47 of file build.py.
def build.BuilderSettings.username |
( |
|
self | ) |
|
Set BehaviorTree as package's owner
Definition at line 22 of file build.py.
def build.BuilderSettings.version |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: