Add cross-platform CI and packaging#60
Merged
Merged
Conversation
martinbha
marked this pull request as ready for review
July 14, 2026 02:18
martinbha
commented
Jul 14, 2026
martinbha
left a comment
Owner
Author
There was a problem hiding this comment.
Review summary
Reviewed: the complete 12-file diff for Rust toolchain pinning, macOS and Windows CI, native packaging scripts, Windows executable resources, and build/release documentation.
Findings and fixes
No actionable findings were found. The declared Rust 1.85 minimum, native platform commands, packaging outputs, workflow permissions, pinned action revisions, and deferred distribution scope are internally consistent.
Validation
- Rust 1.85.0 formatting, workspace check, strict Clippy, 113 tests, warning-free documentation, and release build: passed
- Windows GNU cross-target check and strict Clippy: passed
- macOS bundle/plist/archive validation and workflow action lint: passed
- Native macOS 15 arm64 CI, package, and artifact upload: passed
- Native Windows 2025 x86_64 CI, package, and artifact upload: passed
- Downloaded Windows artifact identified as an x86-64 Windows GUI executable with embedded resources
- Dependency audit: no vulnerability failures; existing transitive GTK warnings remain
- Required PR checks: passed
Result
No remaining known actionable findings.
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.
Summary
Add the continuous-integration and packaging foundation for macOS and Windows.
Changes
Validation
cargo fmt --all -- --checkcargo check --workspace --all-targetscargo clippy --workspace --all-targets --all-features -- -D warningscargo test --workspace --all-targets(113 passed)RUSTDOCFLAGS=-D warnings cargo doc --workspace --no-depscargo build --workspace --releaseCloses #9