Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rust build scripts/GH integration instead of Makefile #261

Open
InnocentZero opened this issue Apr 30, 2024 · 0 comments
Open

Use rust build scripts/GH integration instead of Makefile #261

InnocentZero opened this issue Apr 30, 2024 · 0 comments

Comments

@InnocentZero
Copy link
Contributor

For what I think, instead of having the build steps in the Makefile, we should instead use a build.rs build script while also cleaning up and refactoring the workspace to remove the workspace warnings as well.

This is remove the need for a build target in the Makefile. Similarly, we can automate the process of generating releases and running tests using github integration for new commits to branch/PRs respectively.

The check target can also be integrated into the build script itself. I'd love to contribute a PR but I want the maintainers' opinion first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant