Browse Source

Can only run tests on x64 machine

Cheng Zhao 9 years ago
parent
commit
992aada90f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/cibuild

+ 1 - 1
script/cibuild

@@ -71,7 +71,7 @@ def main():
     run_script('upload.py')
   else:
     run_script('build.py', ['-c', 'D'])
-    if is_travis or PLATFORM == 'linux':
+    if (is_travis or PLATFORM == 'linux') and target_arch == 'x64':
       run_script('test.py', ['--ci'])
 
   run_script('clean.py')