Auto merge of #24692 - paulrouget:checkcpp-tc, r=jdm

Run test-tidy with CPP files check on Windows
This commit is contained in:
bors-servo 2019-11-21 12:11:37 -05:00 committed by GitHub
commit 91b612f8df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 67 additions and 50 deletions

View file

@ -430,6 +430,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())