-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add demonstration of using GitHub Actions to execute Arduino CI #203
Comments
Should we choose a project like Blink and make it the "poster child" for how the author of an external library would leverage |
Following the example in #77 and the README example configs, I set up automated testing for these vendors in the Blink repository. The change is in PR. The update includes a table on the README showing all the Vendors and Operating systems that are used in the sample project. Notes: macOS test is dependent on #199. |
You can get macOS to pass now by explicitly downloading a more recent version of |
I really like this, I might not get to it today but I will soon |
I think this is completed, and we have our own action now https://github.com/marketplace/actions/arduino_ci |
Set up GitHub Actions for this repository to demonstrate how a user of
arduino_ci
would set it up for themselvesRelated to #199 but this concerns how an end user (not a contributor to
arduino_ci
itself) would leverage this toolThe text was updated successfully, but these errors were encountered: