Run build script on arm and ia32 Linux
authorCheng Zhao <zcbenz@gmail.com>
Fri, 21 Aug 2015 06:18:04 +0000 (14:18 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 21 Aug 2015 06:18:04 +0000 (14:18 +0800)
script/cibuild

index c282bb0..67623be 100755 (executable)
@@ -69,9 +69,9 @@ def main():
     run_script('build.py', ['-c', 'R'])
     run_script('create-dist.py')
     run_script('upload.py')
-  elif PLATFORM == 'win32' or target_arch == 'x64':
+  else:
     run_script('build.py', ['-c', 'D'])
-    if PLATFORM != 'win32':
+    if PLATFORM != 'win32' and target_arch == 'x64':
       run_script('test.py', ['--ci'])
 
   run_script('clean.py')