File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments