Skip to content

Commit

Permalink
add ESP32/8266 boards to Arduino CI
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
2bndy5 committed Sep 18, 2022
1 parent 38be1d9 commit 25f4704
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
- "arduino:megaavr:uno2018"
# - "arduino:megaavr:nano4809" # board not found
- "arduino:sam:arduino_due_x_dbg"
- "esp8266com:esp8266:nodemcuv2"
- "espressif:esp32:adafruit_qtpy_esp32s2"

# By default, don't generate size deltas data.
enable-deltas-report:
- false
Expand Down Expand Up @@ -147,6 +150,10 @@ jobs:
- name: arduino:sam
- name: arduino:samd
- name: arduino:mbed
- name: esp8266com:esp8266
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
- name: espressif:esp32
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
# This step is needed to pass the size data to the report job
- name: Upload sketches report to workflow artifact
Expand Down

0 comments on commit 25f4704

Please sign in to comment.