Skip to content

Commit b7766b5

Browse files
committed
CI: compile examples using board matrix
1 parent 6ad4b22 commit b7766b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,18 @@ jobs:
4848
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
4949
libraries: |
5050
- name: Arduino_DebugUtils
51+
sketch-paths: |
52+
- examples/OTA
53+
- examples/LOLIN_32_Blink
5154
- board:
5255
type: arduino_esp32
5356
platforms: |
5457
- name: arduino:esp32
5558
libraries: |
5659
- name: Arduino_DebugUtils
60+
sketch-paths: |
61+
- examples/OTA
62+
- examples/NANO_ESP32_Blink
5763
5864
steps:
5965
- name: Checkout
@@ -74,7 +80,7 @@ jobs:
7480
- source-path: ./
7581
${{ matrix.libraries }}
7682
sketch-paths: |
77-
- examples
83+
${{ matrix.sketch-paths }}
7884
enable-deltas-report: true
7985
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
8086

0 commit comments

Comments
 (0)