Add quiet validation wrapper
This commit is contained in:
@@ -58,6 +58,16 @@ dependencies until each platform triplet is proven.
|
||||
|
||||
These commands are the current local baseline.
|
||||
|
||||
Prefer the quiet wrapper for Codex checkpoint validation because it captures
|
||||
full logs in `out/logs/quiet-validation`, emits only per-step summaries, and
|
||||
keeps known warning/noise filters in
|
||||
`scripts/automation/quiet-validation-ignore.txt`:
|
||||
|
||||
```powershell
|
||||
powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets PanoPainter,pano_cli -TestRegex "pp_app_core|pano_cli_plan"
|
||||
powershell -ExecutionPolicy Bypass -File scripts\automation\quiet-validate.ps1 -BuildTargets pp_app_core_app_dialog_tests,pp_ui_core_overlay_lifetime_tests -TestRegex "pp_(app_core_app_dialog|ui_core_(node_lifetime|overlay_lifetime))"
|
||||
```
|
||||
|
||||
```powershell
|
||||
cmake --preset windows-msvc-default
|
||||
cmake --build --preset windows-msvc-default --config Debug --target PanoPainter
|
||||
|
||||
Reference in New Issue
Block a user