mirror of https://github.com/axmolengine/axmol.git
[Jenkins] build all samples on android
This commit is contained in:
parent
88849e1510
commit
426b006bfb
|
@ -127,7 +127,7 @@ def main():
|
|||
if(branch == 'develop'):
|
||||
if(node_name == 'android_mac') or (node_name == 'android_win7'):
|
||||
print "Start build android..."
|
||||
ret = os.system("python build/android-build.py -n -j10 cpp")
|
||||
ret = os.system("python build/android-build.py -n -j10 all")
|
||||
elif(node_name == 'win32_win7'):
|
||||
ret = subprocess.call('"%VS110COMNTOOLS%..\IDE\devenv.com" "build\cocos2d-win32.vc2012.sln" /Build "Debug|Win32"', shell=True)
|
||||
elif(node_name == 'ios_mac'):
|
||||
|
|
Loading…
Reference in New Issue