Expose package checks as CMake targets
This commit is contained in:
@@ -78,6 +78,7 @@ powershell -ExecutionPolicy Bypass -File scripts\automation\android-legacy-packa
|
||||
powershell -ExecutionPolicy Bypass -File scripts\automation\package-smoke.ps1 -Preset windows-msvc-default -Configuration Debug
|
||||
powershell -ExecutionPolicy Bypass -File scripts\automation\package-smoke.ps1 -ReadinessOnly
|
||||
powershell -ExecutionPolicy Bypass -File scripts\automation\package-smoke.ps1 -ReadinessOnly -AndroidNativeChecks -PackageKinds android-standard-apk,android-quest-apk,android-focus-apk
|
||||
cmake --build --preset windows-msvc-default --config Debug --target panopainter_android_native_package_smoke
|
||||
cmake --fresh --preset windows-clangcl-asan
|
||||
python scripts/dev/clangd_nav.py symbols --file src/app_core/brush_ui.h --name execute_brush
|
||||
python scripts/dev/clangd_nav.py symbols --file src/app_core/brush_ui.h --name-regex "execute_.*preset"
|
||||
@@ -184,7 +185,15 @@ powershell -ExecutionPolicy Bypass -File scripts\automation\apple-remote-build.p
|
||||
`scripts/dev/check_package_smoke_readiness.py`, registered as
|
||||
`panopainter_package_smoke_readiness_self_test`, verifies both wrappers keep
|
||||
the same six package kinds, blocked DEBT-0011 status, readiness-only mode,
|
||||
and retained Android native-check prerequisite metadata.
|
||||
retained Android native-check prerequisite metadata, and root CMake package
|
||||
validation target names.
|
||||
- Root CMake exposes non-default package validation targets:
|
||||
`panopainter_package_readiness`,
|
||||
`panopainter_android_standard_native_package`,
|
||||
`panopainter_android_vr_native_package_configure`, and
|
||||
`panopainter_android_native_package_smoke`. These targets call the automation
|
||||
scripts from CMake but do not convert APK/AppX/Apple/WebGL package outputs to
|
||||
root CMake package targets yet.
|
||||
- Root CMake exposes named `fuzz` and `stress` CTest presets. `fuzz` currently
|
||||
runs deterministic parser/serializer edge tests for binary streams, image
|
||||
metadata, PPI, stroke scripts, and layout XML; `stress` currently runs the
|
||||
|
||||
Reference in New Issue
Block a user