-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Building firmware using GitHub Actions #35
Comments
We should genreally setup CI for testing purposes. It should at least try to compile for BNO085 and both ESP8266 and ESP32. There are some compilation erros that sneak into main because we don't test for both usually, only the one we work with. |
assign me for that |
I don't need to assign you to work on it, just do it :P there was also someone else who wanted to, but I don't remember who... |
Done (a while ago) |
SlimeVR/SlimeVR-Server#76 To implement that it would be useful to build different types of firmware (for different boards) with github actions, and server could upload it by itself.
https://docs.platformio.org/en/latest/integration/ci/github-actions.html
gonna experiment with this
The text was updated successfully, but these errors were encountered: