From 8ef856f75e1cf06b93543676be89a7869c0308d0 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 1 Jan 2022 06:28:02 -0800 Subject: 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. --- .github/workflows/compile-platform-examples.yml | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.3-18-g5258