File tree Expand file tree Collapse file tree 1 file changed +54
-0
lines changed Expand file tree Collapse file tree 1 file changed +54
-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+
25+ - name : Compile sketch
26+ uses : arduino/compile-sketches@v1
27+ with :
28+ fqbn : ${{ matrix.fqbn }}
29+ usbstack : tinyusb
30+ platforms : |
31+ - name: esp32:esp32
32+ source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
33+ version: 2.0.13
34+ sketch-paths : |
35+ - examples/ml_epiano_example
36+ - examples/ml_mod_tracker
37+ - examples/ml_synth_basic_example
38+ - examples/ml_synth_fm_example
39+ - examples/ml_synth_multi_saw_example
40+ - examples/ml_synth_organ_example
41+ - examples/ml_synth_pwm_osc_example
42+ - examples/ml_synth_sampler_example
43+ libraries : |
44+ - source-url: https://github.com/marcel-licence/ML_SynthTools.git
45+ name: ML_SynthTools
46+ - source-url: https://github.com/adafruit/Adafruit-GFX-Library.git
47+ name: Adafruit_GFX_Library
48+ version: 1.10.10
49+ - source-url: https://github.com/adafruit/Adafruit_SSD1306.git
50+ name: Adafruit_SSD1306
51+ version: 2.4.5
52+ - source-url: https://github.com/adafruit/Adafruit_BusIO.git
53+ name: Adafruit BusIO
54+ version: 1.14.1
You can’t perform that action at this time.
0 commit comments