Skip to content

Commit 364ecad

Browse files
Update compile-sketch.yml
1 parent 7dd3c01 commit 364ecad

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,14 @@ jobs:
8282
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
8383
version: 3.1.2
8484
sketch-paths: |
85+
- examples/ml_epiano_example
8586
- examples/ml_mod_tracker
87+
- examples/ml_synth_basic_example
88+
- examples/ml_synth_fm_example
89+
- examples/ml_synth_multi_saw_example
8690
- examples/ml_synth_organ_example
91+
- examples/ml_synth_pwm_osc_example
92+
- examples/ml_synth_sampler_example
8793
libraries: |
8894
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
8995
name: ML_SynthTools
@@ -101,6 +107,8 @@ jobs:
101107
102108
build_stm32:
103109

110+
if: false
111+
104112
name: build stm32
105113

106114
runs-on: ubuntu-latest
@@ -125,8 +133,14 @@ jobs:
125133
- source-url: https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/main/package_stmicroelectronics_index.json
126134
version: 2.0.0
127135
sketch-paths: |
136+
- examples/ml_epiano_example
128137
- examples/ml_mod_tracker
138+
- examples/ml_synth_basic_example
139+
- examples/ml_synth_fm_example
140+
- examples/ml_synth_multi_saw_example
129141
- examples/ml_synth_organ_example
142+
- examples/ml_synth_pwm_osc_example
143+
- examples/ml_synth_sampler_example
130144
libraries: |
131145
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
132146
name: ML_SynthTools
@@ -168,8 +182,14 @@ jobs:
168182
source-url: https://www.pjrc.com/teensy/package_teensy_index.json
169183
version: 1.56.2
170184
sketch-paths: |
185+
- examples/ml_epiano_example
171186
- examples/ml_mod_tracker
187+
- examples/ml_synth_basic_example
188+
- examples/ml_synth_fm_example
189+
- examples/ml_synth_multi_saw_example
172190
- examples/ml_synth_organ_example
191+
- examples/ml_synth_pwm_osc_example
192+
- examples/ml_synth_sampler_example
173193
libraries: |
174194
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
175195
name: ML_SynthTools

0 commit comments

Comments
 (0)