mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Run test-tidy on Windows
This commit is contained in:
parent
5c92fd84ca
commit
b71774d8fe
5 changed files with 67 additions and 50 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue