Skip to content

Commit c4d96a1

Browse files
Update compile-sketch.yml
1 parent 7415616 commit c4d96a1

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,42 @@ jobs:
109109
- source-url: https://github.com/marcel-licence/AC101.git
110110
name: AC101
111111
112+
build_rp2040:
113+
114+
if: true
115+
116+
name: build rp2040
117+
118+
runs-on: ubuntu-latest
119+
120+
strategy:
121+
matrix:
122+
fqbn:
123+
- rp2040:rp2040:rpipico
124+
125+
steps:
126+
- name: Checkout repository
127+
uses: actions/checkout@v4
128+
129+
- name: Compile sketch
130+
uses: arduino/compile-sketches@v1
131+
with:
132+
fqbn: ${{ matrix.fqbn }}
133+
platforms: |
134+
- name: rp2040:rp2040
135+
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
136+
sketch-paths: |
137+
- ./
138+
libraries: |
139+
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
140+
name: ML_SynthTools
141+
- source-url: https://github.com/FortySevenEffects/arduino_midi_library.git
142+
name: MIDI_Library
143+
version: 5.0.2
144+
112145
build_stm32:
113146

114-
if: false
147+
if: true
115148

116149
name: build stm32
117150

0 commit comments

Comments
 (0)