Also run tests on 32bit Windows

This commit is contained in:
Cheng Zhao 2016-04-30 17:17:23 +09:00
parent 8aa88067ca
commit 3dcf69eab3

View file

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