mirror of https://github.com/axmolengine/axmol.git
not excute android autotest now.
This commit is contained in:
parent
804c436433
commit
71bc948369
|
@ -154,8 +154,8 @@ def ANDROID_BUILD():
|
|||
def main():
|
||||
print 'will build mac project.'
|
||||
suc_build_mac = MAC_BUILD()
|
||||
print 'will build android project.'
|
||||
suc_build_android = ANDROID_BUILD()
|
||||
# print 'will build android project.'
|
||||
# suc_build_android = ANDROID_BUILD()
|
||||
if suc_build_mac:
|
||||
autotest(TYPE_MAC)
|
||||
if suc_build_android:
|
||||
|
|
Loading…
Reference in New Issue