Skip to content
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

Use GitHub actions for continuous integration #26

Merged
merged 1 commit into from
May 27, 2020
Merged

Use GitHub actions for continuous integration #26

merged 1 commit into from
May 27, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented May 26, 2020

  • On every pull request and push, compile appropriate examples for MKR1000, MKRGSM, Uno WiFi Rev2
  • Comment on pull requests with a report of how the proposed changes affect memory usage
  • Check all files, except the external resource src/bearssl, for commonly misspelled words.
    • In the event of false positives, add the word (in lower case) to extras/codespell-ignore-words-list.txt.

Although the ArduinoBearSSL library specifies compatibility with all architectures, its ArduinoECCX08 library dependency specifies only SAMD and megaAVR compatibility. I used boards of those architectures in the compilation tests.

Demonstration run of the compile-examples workflow:
https://github.com/per1234/ArduinoBearSSL/actions/runs/115758283

Demonstration run of the spell-check workflow:
https://github.com/per1234/ArduinoBearSSL/actions/runs/115770191

Resolves #25

- On every pull request and push, compile appropriate examples for MKR1000, MKRGSM, Uno WiFi Rev2
- Comment on pull requests with a report of how the proposed changes affect memory usage
- Check all files, except the external resource src/bearssl, for commonly misspelled words. In the event of false positives, add the word (in lower case) to extras/codespell-ignore-words-list.txt.
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.

Thank you very much @per1234 🚀

@aentinger aentinger merged commit 6fee8c8 into arduino-libraries:master May 27, 2020
@per1234 per1234 deleted the add-ci branch May 27, 2020 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CI support
2 participants