From 20cd94dde8c3e7871d4e05c1ff022d7327057d0c Mon Sep 17 00:00:00 2001 From: Ali Jahangiri <75624145+aliphys@users.noreply.github.com> Date: Wed, 22 May 2024 18:08:35 +0200 Subject: [PATCH] ci: add Portenta X8 to compilation checks --- .github/workflows/compile-examples.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index b184f9d..33df98a 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -189,6 +189,12 @@ jobs: # Change the value to true once it is fixed. tone: false a5: true + - fqbn: arduino:mbed_portenta:portenta_x8 + usb: false + serial1: true + starter-kit: false + tone: true + a5: true # Make board type-specific customizations to the matrix jobs include: