Skip to content

Use GitHub Actions for CI #13

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

Merged
merged 4 commits into from
Dec 23, 2020
Merged

Use GitHub Actions for CI #13

merged 4 commits into from
Dec 23, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Dec 21, 2020

On every push and pull request, use the arduino/compile-sketches action to compile the example sketches for the same list of boards.

On creation or commit to a pull request, use the arduino/report-size-deltas action to comment a report of the resulting change in memory usage of the examples to the PR thread.

On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonly misspelled words. In the event of a false positive, the problematic word should be added, in all lowercase, to
extras/codespell-ignore-words-list.txt, after which it will be ignored by the action.


Note: I believe the compilation failures are genuine rather than a misconfiguration of the workflow.


@per1234 per1234 requested a review from aentinger December 21, 2020 14:43
On every push and pull request, do a "smoke test" by compiling the example sketches of the library for the given list of
Arduino boards.
On creation or commit to a pull request, a report of the resulting change in memory usage of the examples will be
commented to the PR thread.
In the event of a false positive, the problematic word should be added, in all lowercase, to
extras/codespell-ignore-words-list.txt, after which it will be ignored by the action.
Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you @per1234 🚀

@aentinger aentinger merged commit a4aedab into arduino-libraries:master Dec 23, 2020
@per1234 per1234 self-assigned this Oct 19, 2023
@per1234 per1234 added type: enhancement Proposed improvement topic: infrastructure Related to project infrastructure labels Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Arduino GitHub CI Actions
2 participants