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

CI/CD #32

Closed
MartinAskestad opened this issue Jul 2, 2023 · 2 comments
Closed

CI/CD #32

MartinAskestad opened this issue Jul 2, 2023 · 2 comments

Comments

@MartinAskestad
Copy link
Owner

Add a github action to build the program when changes are pulled into master branch.

@PratikKumar125
Copy link
Contributor

So basically, we need to build our rust application every time a new PR is merged, or commits are added in the master branch?

@MartinAskestad
Copy link
Owner Author

When a PR is opened or updated, running cargo clippy to make sure the code is fine and perhaps cargo test would be a good idea.

And then code is then pulled into master, run cargo build and create a zip file with the built program and in the future, perhaps upload to scoop or something.

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

No branches or pull requests

2 participants