-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Continuous integration #36
Comments
I'm not sure I want to use semantic releases and conventional commits. CI would however be great for testing, but right now it would require set up for SFML, which I am going to try to transition away from before 0.2.0. I'm gonna try to wait with CI until the port to wgpu+winit is complete, which will make both distribution and CI easier. |
I think it would be wise to wait for CI. I'd be happy to help in whatever capacity. |
I'm gonna reopen this as a tracking issue for eventually implementing CI. |
Due to lack of time to work on this project, I'm prioritizing working on features that I want, so I'm removing this from a 0.2 milestone. |
There is Linux CI in place now. Gonna try to add Windows and Mac OS CI as well. |
I have a pretty decent CI System built in my tool repo. The actual tool is pretty simple but I have a few things running that:
I'd be happy to implement that in this in here.
The text was updated successfully, but these errors were encountered: