Build Packages / build:rpm (ubuntu2404_nocuda) (push) Successful in 12m52s
Build Packages / build:rpm (rocky8) (push) Successful in 14m24s
Build Packages / build:rpm (ubuntu2204_nocuda) (push) Successful in 15m16s
Build Packages / build:rpm (rocky8_sls9) (push) Successful in 15m12s
Build Packages / build:rpm (rocky8_nocuda) (push) Successful in 15m20s
Build Packages / build:rpm (rocky9_nocuda) (push) Successful in 15m25s
Build Packages / build:rpm (rocky9_sls9) (push) Successful in 15m48s
Build Packages / XDS test (neggia plugin) (push) Successful in 8m36s
Build Packages / Generate python client (push) Successful in 27s
Build Packages / XDS test (JFJoch plugin) (push) Successful in 9m39s
Build Packages / Create release (push) Skipped
Build Packages / XDS test (durin plugin) (push) Successful in 9m59s
Build Packages / Build documentation (push) Successful in 54s
Build Packages / build:rpm (ubuntu2204) (push) Successful in 11m44s
Build Packages / build:rpm (rocky9) (push) Successful in 13m38s
Build Packages / build:rpm (ubuntu2404) (push) Successful in 11m23s
Build Packages / DIALS test (push) Successful in 12m58s
Build Packages / Unit tests (push) Successful in 59m33s
Add the platform packaging the viewer was missing so it can ship as a .dmg (macOS) or installer (Windows): - viewer: set MACOSX_BUNDLE (a .app bundle on macOS) and WIN32_EXECUTABLE (GUI subsystem, no console window) -- both ignored where they don't apply; install with BUNDLE/RUNTIME destinations. - viewer: qt_generate_deploy_app_script + install(SCRIPT) to bundle the Qt runtime at install time (windeployqt on Windows, macdeployqt on macOS). Gated on Qt >= 6.5, which is where the OUTPUT_SCRIPT signature and the Linux deploy path landed; with a static Qt (our Linux builds) it is a no-op. - CPack: select DragNDrop (.dmg) on macOS and NSIS on Windows, ahead of the Linux-only /etc/* probes; DEB/RPM path unchanged. Verified: configures + generates cleanly on Linux with the viewer enabled (Qt 6.4.2 -> deploy step correctly skipped). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>