From f6af3769b2318e899b0d09462176778ca3ff76ab Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 4 Jan 2023 10:36:47 +0100 Subject: [PATCH] CI: Add Portenta X8 (H7) as CI build target. --- .github/workflows/compile-examples.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index cd2daca..579e3cf 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -36,6 +36,9 @@ jobs: - fqbn: arduino:mbed_portenta:envie_m7 platforms: | - name: arduino:mbed_portenta + - fqbn: arduino:mbed_portenta:portenta_x8 + platforms: | + - name: arduino:mbed_portenta steps: - name: Checkout repository