Merge pull request #11401 from andyque/fix-pull-requester-build

print more infor about scripting binding
This commit is contained in:
minggo 2015-04-13 13:39:23 +08:00
commit 07df23ed85
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ def syntronize_remote_pr():
def gen_scripting_bindings():
global branch
print("generate script bindings for branch " + branch)
# Generate binding glue codes
if(branch == 'v3' or branch == 'v4-develop' or branch == 'v35-for-tizen'):
ret = os.system("python tools/jenkins-scripts/slave-scripts/gen_jsb.py")