Skip to content

Commit

Permalink
ci: add Pico W to compile examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Aug 21, 2024
1 parent d60b741 commit 5dc17f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
- fqbn: arduino:mbed_edge:edge_control
type: mbed_edge
artifact-name-suffix: arduino-mbed_edge-edge_control
- fqbn: "rp2040:rp2040:rpipicow"
type: rp2040
artifact-name-suffix: rp2040-rp2040-rpipicow


# make board type-specific customizations to the matrix jobs
Expand Down Expand Up @@ -256,6 +259,13 @@ jobs:
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
sketch-paths: |
- examples/ArduinoIoTCloud-DeferredOTA
# PicoW
- board:
type: rp2040
platforms: |
# Install rp2040 platform via Boards Manager
- name: rp2040:rp2040
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
steps:
- name: Checkout
Expand Down

0 comments on commit 5dc17f7

Please sign in to comment.