File tree 1 file changed +6
-11
lines changed
1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 9
9
- examples/**
10
10
11
11
jobs :
12
- build-esp8266 :
12
+ build-esp8266-esp32 :
13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- # Base examples that work on both platforms
17
- example : &base_examples
16
+ example :
18
17
- examples/ACUnit
19
18
- examples/Blinds
20
19
- examples/ContactSensor
@@ -70,21 +69,17 @@ jobs:
70
69
pio pkg install -l "bblanchon/ArduinoJson" -l "links2004/WebSockets" -g
71
70
72
71
- name : Run build test using PlatformIO
73
- run : pio ci --lib="." -b esp12e
72
+ run : pio ci --lib="." -b esp12e -b esp32dev
74
73
env :
75
74
PLATFORMIO_CI_SRC : ${{ matrix.example }}
76
75
77
- build-esp32 :
76
+ build-camera-examples :
78
77
runs-on : ubuntu-latest
79
78
strategy :
80
79
matrix :
81
80
example :
82
- # Include all base examples
83
- - *base_examples
84
- # ESP32-specific examples
85
- - &esp32_examples
86
- - examples/Camera/motion-capture
87
- - examples/Camera/snapshot-camera
81
+ - examples/Camera/motion-capture
82
+ - examples/Camera/snapshot-camera
88
83
steps :
89
84
- name : Checkout Repo
90
85
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments