Any interest in an Arduino CLI Github Action? #457
witnessmenow
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Hi Brian, This would indeed be useful I think. I've been caught out making changes to this library that compiled with pio but not Arduino due to "strictness" Thanks. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently added this to one of my own libraries and it seems to work well
https://github.com/witnessmenow/file-fetcher-arduino/blob/main/.github/workflows/arduino_build.yml
I don't mind adding a PR for it if there is any demand.
Not sure if there is any advantage over the current PIO build though other than this library doesn't actually seem to be compiling with the arduino CLI as it has some errors and warnings
Which does seem to be a valid warning
Beta Was this translation helpful? Give feedback.
All reactions