Skip to content

Commit

Permalink
move blue pill CI builds from PIO to Arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 21, 2024
1 parent 4c4f06f commit e9e8f4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- name: arduino:megaavr
- name: arduino:samd
- name: arduino:mbed
- name: STMicroelectronics:stm32
source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
# - name: arduino:sam
strategy:
fail-fast: false
Expand Down Expand Up @@ -96,6 +98,7 @@ jobs:
- "arduino:samd:tian"
- "arduino:megaavr:uno2018"
# - "arduino:megaavr:nano4809" # board not found
- "STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8"
# By default, don't generate size deltas data.
enable-deltas-report:
- false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
board:
- "tinypico"
- "nodemcuv2"
- "bluepill_f103c8"
# - "bluepill_f103c8"

0 comments on commit e9e8f4c

Please sign in to comment.