Skip to content

Commit

Permalink
add ESP32/8266 boards to PlatformIO CI
Browse files Browse the repository at this point in the history
Arduino CLI seems to have trouble getting the esp* core that
corresponds to the fqbn prefix esp8266com:esp8266

move esp32 board to PlatformIO CI
  • Loading branch information
2bndy5 committed Sep 18, 2022
1 parent 38be1d9 commit 1d8be2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- "arduino:megaavr:uno2018"
# - "arduino:megaavr:nano4809" # board not found
- "arduino:sam:arduino_due_x_dbg"

# By default, don't generate size deltas data.
enable-deltas-report:
- false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
- "teensylc"
- "genericSTM32F411CE"
- "blackpill_f103c8"
- "nodemcuv2"
- "adafruit_qtpy_esp32s2"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1d8be2c

Please sign in to comment.