feat: add CI/CD workflow for automated builds and releases #226
+212
−3
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.
🚀 Overview
Adds a comprehensive CI/CD workflow that automatically builds Claudia for Linux and macOS platforms and creates GitHub releases with downloadable installers.
📋 What This Adds
🔄 Relationship to Existing Workflows
This workflow complements the existing
build-test.yml
:build-test.yml
: Fast CI testing with--no-bundle
(existing)build.yml
: Production builds with full installers (new)Both serve different purposes and work together seamlessly.
🏗️ Technical Implementation
build-test.yml
Cargo.toml
🔧 Platform Support
📦 Release Process
v{cargo-version}-build{run-number}
format🔍 Testing
🚧 Known Limitations
🔮 Future Compatibility
Workflow is designed to automatically support additional platforms:
🎯 Benefits
📚 Related Issues
Ready for review ✅ Production tested ✅ Future-proof ✅