fix PR builder doesn't work for tizen

This commit is contained in:
andyque 2015-04-13 11:18:08 +08:00
parent 952f9da2c1
commit 72691a6aac
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)