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

[ci skip]fix PR builder doesn't work for tizen
This commit is contained in:
minggo 2015-04-13 11:19:15 +08:00
commit 5321f2a437
1 changed files with 2 additions and 1 deletions

View File

@ -146,9 +146,10 @@ def syntronize_remote_pr():
def gen_scripting_bindings():
global branch
# Generate binding glue codes
if(branch == 'v3' or branch == 'v4-develop'):
if(branch == 'v3' or branch == 'v4-develop' or branch == 'v35-for-tizen'):
ret = os.system("python tools/jenkins-scripts/slave-scripts/gen_jsb.py")
if(ret != 0):
print("The branch" + branch + " doesn't accept PR!")
sys.exit(ret)