mirror of https://github.com/axmolengine/axmol.git
fix PR builder doesn't work for tizen
This commit is contained in:
parent
952f9da2c1
commit
72691a6aac
|
@ -146,9 +146,10 @@ def syntronize_remote_pr():
|
||||||
def gen_scripting_bindings():
|
def gen_scripting_bindings():
|
||||||
global branch
|
global branch
|
||||||
# Generate binding glue codes
|
# 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")
|
ret = os.system("python tools/jenkins-scripts/slave-scripts/gen_jsb.py")
|
||||||
if(ret != 0):
|
if(ret != 0):
|
||||||
|
print("The branch" + branch + " doesn't accept PR!")
|
||||||
sys.exit(ret)
|
sys.exit(ret)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue