We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad4b22 commit b7766b5Copy full SHA for b7766b5
.github/workflows/compile-examples.yml
@@ -48,12 +48,18 @@ jobs:
48
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
49
libraries: |
50
- name: Arduino_DebugUtils
51
+ sketch-paths: |
52
+ - examples/OTA
53
+ - examples/LOLIN_32_Blink
54
- board:
55
type: arduino_esp32
56
platforms: |
57
- name: arduino:esp32
58
59
60
61
62
+ - examples/NANO_ESP32_Blink
63
64
steps:
65
- name: Checkout
@@ -74,7 +80,7 @@ jobs:
74
80
- source-path: ./
75
81
${{ matrix.libraries }}
76
82
sketch-paths: |
77
- - examples
83
+ ${{ matrix.sketch-paths }}
78
84
enable-deltas-report: true
79
85
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
86
0 commit comments