diff options
author | per1234 <accounts@perglass.com> | 2022-01-01 06:28:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 06:28:02 -0800 |
commit | 8ef856f75e1cf06b93543676be89a7869c0308d0 (patch) | |
tree | ec9df41baef87a8f2f137d00d98b4ea7d4efc051 | |
parent | 330e02663e029e6aa16f559ebf519546b746c7ba (diff) |
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.
-rw-r--r-- | .github/workflows/compile-platform-examples.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/compile-platform-examples.yml b/.github/workflows/compile-platform-examples.yml index 8e8f5b5..f7226e0 100644 --- a/.github/workflows/compile-platform-examples.yml +++ b/.github/workflows/compile-platform-examples.yml @@ -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: |