Stream test output on Windows CI
This commit is contained in:
parent
eee9ed2c5d
commit
42ccb36df3
1 changed files with 0 additions and 2 deletions
|
@ -86,8 +86,6 @@ def main():
|
||||||
run_script('create-dist.py')
|
run_script('create-dist.py')
|
||||||
run_script('upload.py')
|
run_script('upload.py')
|
||||||
else:
|
else:
|
||||||
if PLATFORM == 'win32':
|
|
||||||
os.environ['OUTPUT_TO_FILE'] = 'output.log'
|
|
||||||
run_script('build.py', ['-c', 'D'])
|
run_script('build.py', ['-c', 'D'])
|
||||||
if PLATFORM == 'win32' or target_arch == 'x64':
|
if PLATFORM == 'win32' or target_arch == 'x64':
|
||||||
run_script('test.py', ['--ci'])
|
run_script('test.py', ['--ci'])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue