File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ name : C/C++ CI
2+
3+ on :
4+ push :
5+ branches : [ "main" ]
6+ pull_request :
7+ branches : [ "main" ]
8+
9+ jobs :
10+ build_esp32 :
11+
12+ name : build esp32
13+
14+ runs-on : ubuntu-latest
15+
16+ strategy :
17+ matrix :
18+ fqbn :
19+ - esp32:esp32:esp32
20+
21+ steps :
22+ - name : Checkout repository
23+ uses : actions/checkout@v4
24+ with :
25+ submodules : ' true'
26+
27+ - name : Compile sketch
28+ uses : arduino/compile-sketches@v1
29+ with :
30+ fqbn : ${{ matrix.fqbn }}
31+ platforms : |
32+ - name: esp32:esp32
33+ source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
34+ version: 2.0.13
35+ sketch-paths : |
36+ - examples/ml_epiano_example
37+ - examples/ml_mod_tracker
38+ - examples/ml_synth_basic_example
39+ - examples/ml_synth_fm_example
40+ - examples/ml_synth_multi_saw_example
41+ - examples/ml_synth_organ_example
42+ - examples/ml_synth_pwm_osc_example
43+ - examples/ml_synth_sampler_example
44+ libraries : |
45+ - source-url: https://github.com/marcel-licence/ML_SynthTools.git
46+ name: ML_SynthTools
47+ - source-url: https://github.com/adafruit/Adafruit-GFX-Library.git
48+ name: Adafruit_GFX_Library
49+ version: 1.10.10
50+ - source-url: https://github.com/adafruit/Adafruit_SSD1306.git
51+ name: Adafruit_SSD1306
52+ version: 2.4.5
53+ - source-url: https://github.com/adafruit/Adafruit_BusIO.git
54+ name: Adafruit BusIO
55+ version: 1.14.1
You can’t perform that action at this time.
0 commit comments