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
I'm trying to set up a template for Continuous Integration of Arduino library code (both compilation and unit tests), using Travis CI.
A Google search led me to travis-ci-arduino as one of the best examples of how to do the "does it compile" test on Travis. However, it looks like PlatformIO is what Travis recommends for this: https://docs.travis-ci.com/user/integration/platformio/#Examples
Are there advantages to using this method instead of PlatformIO?