File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 44
44
platform-name : arduino:mbed
45
45
- fqbn : " esp8266:esp8266:huzzah"
46
46
platform-name : esp8266:esp8266
47
+ - fqbn : " esp32:esp32:esp32"
48
+ platform-name : esp32:esp32
47
49
48
50
# Make board type-specific customizations to the matrix jobs
49
51
include :
66
68
# Install ESP8266 platform via Boards Manager
67
69
- name: esp8266:esp8266
68
70
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
71
+ - board :
72
+ platform-name : esp32:esp32
73
+ platforms : |
74
+ # Install ESP32 platform via Boards Manager
75
+ - name: esp32:esp32
76
+ source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
69
77
70
78
steps :
71
79
- uses : actions/checkout@v1
@@ -96,6 +104,10 @@ jobs:
96
104
run : |
97
105
mv "${{ env.ARDUINOCORE_API_STAGING_PATH }}/api" "${{ env.ARDUINOCORE_MBED_STAGING_PATH }}/cores/arduino"
98
106
107
+ - name : Install ESP32 platform dependencies
108
+ if : matrix.board.platform-name == 'esp32:esp32'
109
+ run : pip3 install pyserial
110
+
99
111
- name : Compile examples
100
112
uses : arduino/compile-sketches@main
101
113
with :
You can’t perform that action at this time.
0 commit comments