arduino-libraries / ArduinoBearSSL

Port of BearSSL to Arduino
MIT License
85 stars 49 forks source link

Use GitHub actions for continuous integration #26

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

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 https://github.com/arduino-libraries/ArduinoBearSSL/issues/25