File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,16 @@ jobs:
69
69
include :
70
70
- platform : espressif32
71
71
board : esp32dev
72
- eeprom : true
73
- softwareserial : false
72
+ opts :
74
73
- platform : espressif8266
75
74
board : huzzah
76
- eeprom : true
77
- softwareserial : false
75
+ opts :
76
+ - platform : espressif32
77
+ board : esp32dev
78
+ opts : " --project-option 'platform_packages=platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0-alpha3, platform_packages=platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1'"
79
+ - platform : espressif8266
80
+ board : huzzah
81
+ opts : " --project-option 'platform_packages=platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0-alpha3, platform_packages=platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1'"
78
82
79
83
steps :
80
84
- name : Checkout
@@ -100,7 +104,7 @@ jobs:
100
104
run : platformio platform install ${{ matrix.platform }}
101
105
102
106
- name : Build CaptivePortal
103
- run : platformio ci "examples/CaptivePortal/CaptivePortal.ino" -l '.' -b ${{ matrix.board }}
107
+ run : platformio ci "examples/CaptivePortal/CaptivePortal.ino" -l '.' -b ${{ matrix.board }} ${{ matrix.opts }}
104
108
105
109
- name : Build SimpleServer
106
- run : platformio ci "examples/SimpleServer/SimpleServer.ino" -l '.' -b ${{ matrix.board }}
110
+ run : platformio ci "examples/SimpleServer/SimpleServer.ino" -l '.' -b ${{ matrix.board }} ${{ matrix.opts }}
You can’t perform that action at this time.
0 commit comments