File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 20
20
- " examples/arduino-wifiscan"
21
21
- " examples/arduino-zigbee-light"
22
22
- " examples/arduino-zigbee-switch"
23
+ - " examples/tasmota"
23
24
- " examples/espidf-arduino-h2zero-BLE_scan"
24
25
- " examples/espidf-arduino-matter-light"
25
26
- " examples/espidf-arduino-blink"
57
58
PLATFORMIO_PLATFORMS_DIR : C:\plat\plat
58
59
- name : Build Windows examples
59
60
run : pio run -d ${{ matrix.example }}
60
- if : " matrix.os == 'windows-2022'"
61
+ if : " matrix.example != 'examples/tasmota' && matrix. os == 'windows-2022'"
61
62
env :
62
63
PLATFORMIO_CORE_DIR : C:\plat
63
64
PLATFORMIO_PACKAGES_DIR : C:\plat\pack
69
70
pip install -U https://github.com/platformio/platformio/archive/develop.zip
70
71
pio pkg install --global --platform file://.
71
72
if : " matrix.os != 'windows-2022'"
73
+ - name : git clone Tasmota and add to examples
74
+ run : |
75
+ git clone -b development --depth 1 https://github.com/arendst/Tasmota.git examples/tasmota
76
+ cp examples/tasmota_platformio_override.ini examples/tasmota/platformio_override.ini
77
+ if : " matrix.example == 'examples/tasmota' && matrix.os != 'windows-2022'"
72
78
- name : Build Ubuntu Mac examples
73
79
run : pio run -d ${{ matrix.example }}
74
80
if : " matrix.os != 'windows-2022'"
You can’t perform that action at this time.
0 commit comments