Unverified Commit 8ef856f7 authored by per1234's avatar per1234 Committed by GitHub

Add unomini to sketch compilation CI workflow

The "Compile Examples" GitHub Actions workflow provides a basic "smoke test" for the platform by compiling the relevant example sketches for each of the boards on every commit and pull request.

A new board has been added to the platform (Uno Mini) and so should be added to the list of boards compiled for in this workflow.

Even though the Uno compilation does provide reasonable coverage for the Uno Mini due to their similar configurations, that coverage does not extend to the board definition itself.
parent 330e0266
......@@ -145,6 +145,9 @@ jobs:
- fqbn: arduino:avr:unowifi
serial: true
softwareserial: true
- fqbn: arduino:avr:unomini
serial: true
softwareserial: true
# Make board type-specific customizations to the matrix jobs
include:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment