Skip to content

Commit

Permalink
PlatformIO CI/CD: Raspberry Pico build added
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Aug 31, 2023
1 parent dca78a6 commit c560bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/platformio-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ RUN mkdir /platformio-ard-ci && cd /platformio-ard-ci && \
echo "[env:nucleo_l552ze_q]" >>platformio.ini && \
echo "platform = ststm32" >>platformio.ini && \
echo "board = nucleo_l552ze_q" >>platformio.ini && \
echo >>platformio.ini && \
echo "[env:pico]" >>platformio.ini && \
echo "platform = raspberrypi" >>platformio.ini && \
echo "board = pico" >>platformio.ini && \
platformio pkg install

RUN mkdir /platformio-idf-ci && cd /platformio-idf-ci && \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/platformio-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- esp32dev
- d1
- nucleo_l552ze_q
- pico
example:
- DallasTemperature
env:
Expand Down

0 comments on commit c560bca

Please sign in to comment.