Browse Source

Also run tests on 32bit Windows

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

+ 1 - 1
script/cibuild

@@ -78,7 +78,7 @@ def main():
     if PLATFORM == 'win32':
       os.environ['OUTPUT_TO_FILE'] = 'output.log'
     run_script('build.py', ['-c', 'D'])
-    if target_arch == 'x64':
+    if PLATFORM == 'win32' or target_arch == 'x64':
       run_script('test.py', ['--ci'])