-
Notifications
You must be signed in to change notification settings - Fork 2
Modernize GitHub Actions based CI to latest standard #8
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
Comments
Hey! |
What are the target platforms for those tutorials? I just want to avoid excluding a platform from the CI build process that actually needs to be compiled. |
OK, that's definitely important. I have found this to be the most challenging part of setting up "smoke test" sketch compilation CI checks for Arduino's firmware. Without an in depth understanding of the code, it can be difficult to understand whether a compilation failure represents a genuine deficiency in the code, or is only the result of an incorrect workflow configuration causing a sketch to be compiled for a board it was never intended to be compatible with. @marqdevx if you'll provide the list here, I'm happy to handle the update of the workflow's configuration accordingly, if that would be welcome. |
Obviously the only "Pro" platform currently available is Portenta H7 🤦 @marqdevx compiling certain sketches only for M4, others only for M7 and others again for both M4 and M7 is not a problem. If you can provide a list which sketches should be targeted in which way @per1234 can set you up with our modern CI in no time at all 😉 |
├─── BLE Connectivity on Portenta H7 |
Thanks! @per1234 @aentinger |
No description provided.
The text was updated successfully, but these errors were encountered: