ci(actions): require cross-platform unit tests - #143
Closed
macmixing wants to merge 19 commits into
Closed
Conversation
- run CTest on Linux, macOS, and Windows pull requests - use prebuilt platform dependencies instead of rebuilding vcpkg
macmixing
force-pushed
the
codex/issue-130-clean-clone-ci
branch
from
July 31, 2026 14:34
a31fb94 to
ed95a14
Compare
macmixing
marked this pull request as ready for review
July 31, 2026 14:34
- avoid repository manifest expansion during the Linux dependency step
- install Ubuntu's required zipcmp companion package - use Homebrew OpenCV 4 with its keg prefix - limit the matrix to the current POSIX build targets
- install every Ubuntu libzip companion required by its CMake export - select the runner's Xcode 26.3 toolchain for floating-point character conversion
- avoid the floating-point from_chars API introduced in macOS 26 - retain finite binary64 validation through the existing JSON parser
- make the embedded SVPI reader tests compile independently with GCC
- remove the macOS 26 Xcode override after making decimal parsing portable
- make the inspector unit test compile with the Linux standard library
- avoid enabling an optional model runtime without model assets - report the intentional model-dependent test omission
- provide the existing valid cache fixture to batch creation cases - remove dependence on a developer machine model installation
- emit numeric values when present - emit JSON null when quality measurements are absent
- expect the native model-cache location on macOS, Linux, and Windows
- use the native wide-character executable lookup - apply platform-specific path and executability handling
- build and run the full CTest suite with the UCRT64 toolchain - keep Windows alongside Ubuntu and macOS in pull-request checks
- use Windows pipe APIs and command quoting - retain POSIX exit-status handling on Unix
- use Windows pipe and command conventions - preserve Unix process status handling
- use Windows pipe APIs and quoting - preserve Unix exit-status behavior
- use Windows pipe and null-device conventions - retain Unix decoder behavior
- read stable Windows file identity and timestamps - preserve Unix stat-based verification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Validation
unit tests (ubuntu-24.04): all 64 tests passed in 5m45sunit tests (macos-15): all 64 tests passed in 6m47sCloses #130