misc: fix test suite and tooling on Windows

- simplifies and fixes the python build script for Windows
- applies pep8 to the script also

Gitlab: #899
Change-Id: Ieb3debd08ddf1649a46208fc52362d20c504c1b1
This commit is contained in:
Andreas Traczyk
2023-03-27 17:16:23 -04:00
parent 7c30803673
commit df5b955465
9 changed files with 453 additions and 406 deletions

View File

@@ -347,7 +347,7 @@ def run_install(args):
['python winmake.py -iv '
f'-s {args.sdk} -b daemon'])
build_windows = 'extras/scripts/build-windows.py'
execute_script([f'python {build_windows} init'])
execute_script([f'python {build_windows} --init'])
execute_script([f'python {build_windows}'])
return True