Skip to content

Commit 9cdcf01

Browse files
committed
Build C33 low power sketch only for C33.
1 parent fb83105 commit 9cdcf01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/compile-examples.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
env:
32+
UNIVERSAL_SKETCH_PATHS: |
33+
- examples/BasicUsage
3234
SKETCHES_REPORTS_PATH: sketches-reports
3335

3436
strategy:
@@ -40,12 +42,15 @@ jobs:
4042
# See: https://github.com/arduino/compile-sketches#platforms
4143
platforms: |
4244
- name: arduino:mbed_nicla
45+
sketch-paths:
4346
- fqbn: arduino:mbed_portenta:envie_m7:target_core=cm4
4447
platforms: |
4548
- name: arduino:mbed_portenta
49+
sketch-paths:
4650
- fqbn: arduino:mbed_portenta:envie_m7
4751
platforms: |
4852
- name: arduino:mbed_portenta
53+
sketch-paths:
4954

5055
steps:
5156
- name: Checkout repository
@@ -63,7 +68,8 @@ jobs:
6368
# Additional library dependencies can be listed here.
6469
# See: https://github.com/arduino/compile-sketches#libraries
6570
sketch-paths: |
66-
- examples
71+
${{ env.UNIVERSAL_SKETCH_PATHS }}
72+
${{ matrix.sketch-paths }}
6773
enable-deltas-report: true
6874
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
6975

0 commit comments

Comments
 (0)