arduino / arduino-examples

Arduino IDE bundled examples
Creative Commons Zero v1.0 Universal
90 stars 41 forks source link

Remove compilations that fail due to bugs in external components from "Compile Examples" CI workflow #4

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

Common functions of the standardized Arduino core API used by the example sketches have not been implemented in the core libraries of for some of the active official boards the Compile Examples workflow tests compilation of the example sketches for.

Once these functions have been implemented and a release of the platform made containing that implementation, the commits removing the compillations should be reverted.

This procedure is documented in a comment at the top of the Compile Examples workflow configuration file.

per1234 commented 4 years ago

CI didn't run on this PR due to the repository being private, but you can see it here: https://github.com/per1234/arduino-examples/actions/runs/237564235 You can see that all CI jobs are now passing.