Run test-tidy on Windows

This commit is contained in:
Paul Rouget 2019-11-08 09:42:12 +01:00
parent 5c92fd84ca
commit b71774d8fe
5 changed files with 67 additions and 50 deletions

View file

@ -434,6 +434,7 @@ def windows_uwp_x64():
.with_script(
"python mach build --dev --target=x86_64-uwp-windows-msvc",
"python mach package --dev --target=x86_64-uwp-windows-msvc --uwp=x64",
"python mach test-tidy --force-cpp --no-wpt",
)
.with_artifacts(appx_artifact(debug=True))
.find_or_create("build.windows_uwp_x64_dev." + CONFIG.task_id())