Skip to content

Commit

Permalink
Update compile-sketch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-licence authored Oct 14, 2024
1 parent 60efc19 commit f0eb8e5
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/workflows/compile-sketch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,50 @@ jobs:
libraries: |
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
name: ML_SynthTools
- source-url: https://github.com/marcel-licence/ML_SynthTools_Lib.git
name: ML_SynthTools_Lib
- source-url: https://github.com/adafruit/Adafruit-GFX-Library.git
name: Adafruit_GFX_Library
version: 1.10.10
- source-url: https://github.com/adafruit/Adafruit_SSD1306.git
name: Adafruit_SSD1306
version: 2.4.5
- source-url: https://github.com/adafruit/Adafruit_BusIO.git
name: Adafruit BusIO
version: 1.14.1
build_esp8266:

name: build esp8266

runs-on: ubuntu-latest

strategy:
matrix:
fqbn:
- esp8266:esp8266:d1_mini

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Compile sketch
uses: arduino/compile-sketches@v1
with:
fqbn: ${{ matrix.fqbn }}
platforms: |
- name: esp8266:esp8266
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
version: 3.1.2
sketch-paths: |
- ./
libraries: |
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
name: ML_SynthTools
- source-url: https://github.com/marcel-licence/ML_SynthTools_Lib.git
name: ML_SynthTools_Lib
- source-url: https://github.com/adafruit/Adafruit-GFX-Library.git
name: Adafruit_GFX_Library
version: 1.10.10
Expand Down Expand Up @@ -75,6 +119,8 @@ jobs:
libraries: |
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
name: ML_SynthTools
- source-url: https://github.com/marcel-licence/ML_SynthTools_Lib.git
name: ML_SynthTools_Lib
- source-url: https://github.com/FortySevenEffects/arduino_midi_library.git
name: MIDI_Library
version: 5.0.2

0 comments on commit f0eb8e5

Please sign in to comment.