Expose Windows package smoke as CMake target

This commit is contained in:
2026-06-05 12:51:25 +02:00
parent 97fd7de955
commit 3e5340b696
5 changed files with 25 additions and 3 deletions

View File

@@ -6,6 +6,14 @@ pp_add_powershell_automation_target(panopainter_package_readiness
-File "${CMAKE_CURRENT_SOURCE_DIR}/scripts/automation/package-smoke.ps1"
-ReadinessOnly)
pp_add_powershell_automation_target(panopainter_windows_app_package_smoke
COMMENT "Build the Windows app artifact and report package readiness blockers."
ARGUMENTS
-File "${CMAKE_CURRENT_SOURCE_DIR}/scripts/automation/package-smoke.ps1"
-Preset windows-msvc-default
-Configuration Debug
-Target PanoPainter)
pp_add_powershell_automation_target(panopainter_android_standard_native_package
COMMENT "Build retained Android standard native package library."
ARGUMENTS