You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leo is looking pretty good, especially with ino as stale as it is these days.
I Really think travis builds are the gateway to leo usage. Make a really easy yaml file they dont even have to edit and they get tests for free. Then PR a bunch of libraries with it. At some point theyll need dependencies and will wonder why they can't also just npm those as well :)
Thanks. There's more too come in the near(ish) future with better board/platform support.
This is great thinking and could definitely help the overall Arduino community. Really no one uses CI in that space. Ill put some thought into it and see if there is something we can do to avoid the init script that shuffles things around.
Leo is looking pretty good, especially with ino as stale as it is these days.
I Really think travis builds are the gateway to leo usage. Make a really easy yaml file they dont even have to edit and they get tests for free. Then PR a bunch of libraries with it. At some point theyll need dependencies and will wonder why they can't also just npm those as well :)
Ive got something basic up.
https://github.com/jacobrosenthal/NullStream/blob/master/.travis.yml
But because we need such a strict structure I have to do a lot of work in a bash script to make it work
https://github.com/jacobrosenthal/NullStream/blob/master/initexamples.sh
Thoughts?
The text was updated successfully, but these errors were encountered: