-
Notifications
You must be signed in to change notification settings - Fork 111
39 lines (35 loc) · 1.17 KB
/
arduino.yml
File metadata and controls
39 lines (35 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Compile Sketches
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
release:
types: [created]
jobs:
compile-sketches:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# See: https://github.com/arduino/compile-sketches#readme
- name: Compile sketches
uses: arduino/compile-sketches@v1.1.2
with:
fqbn: esp32:esp32:esp32:EventsCore=0
platforms: |
- name: "esp32:esp32"
version: "2.0.17"
sketch-paths: |
- microcontroller-src/kv4p_ht_esp32_wroom_32
libraries: |
- name: EspSoftwareSerial
version: 8.1.0
- source-url: https://github.com/fatpat/arduino-dra818.git
version: 89582e3ef7bf3f31f1af149e32cec16c4b9e4cf2
- source-url: https://github.com/pschatzmann/arduino-audio-tools/archive/refs/tags/v1.0.1.zip
name: arduino-audio-tools
- source-url: https://github.com/pschatzmann/arduino-libopus/archive/refs/tags/a1.1.0.zip
name: arduino-libopus
verbose: true