Also run tests on 32bit Windows
This commit is contained in:
parent
8aa88067ca
commit
3dcf69eab3
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue