[Jenkins] build all samples on android

This commit is contained in:
lm 2014-03-18 17:27:57 +08:00
parent 88849e1510
commit 426b006bfb
1 changed files with 1 additions and 1 deletions

View File

@ -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'):