diff options
author | per1234 <accounts@perglass.com> | 2021-05-26 04:38:16 -0700 |
---|---|---|
committer | per1234 <accounts@perglass.com> | 2021-05-26 05:37:58 -0700 |
commit | 05b7d7a9e9e89599f9b4c4762d55a7f5f4161ed4 (patch) | |
tree | d95a8a0042285bcc948d442d3d0541599312a0e5 /README.md | |
parent | d990c93ef892f626d990d12215ea5294e942e6f6 (diff) |
Add "smoke test" examples compilation CI workflow
On every push or pull request that affects platform source code or bundled libraries, compile example
sketches of all bundled libraries for the platform's boards.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ # Arduino AVR Boards [![Check Arduino status](https://github.com/arduino/ArduinoCore-avr/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/arduino/ArduinoCore-avr/actions/workflows/check-arduino.yml) +[![Compile Examples status](https://github.com/arduino/ArduinoCore-avr/actions/workflows/compile-platform-examples.yml/badge.svg)](https://github.com/arduino/ArduinoCore-avr/actions/workflows/compile-platform-examples.yml) [![Spell Check status](https://github.com/arduino/ArduinoCore-avr/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino/ArduinoCore-avr/actions/workflows/spell-check.yml) This repository contains the source code and configuration files of the Arduino AVR Boards |