Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Jun 11, 2024
1 parent ce1ad1c commit d913555
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@ jobs:
ref: master
path: CustomLibrary_NMEA2000 # must contain string "Custom"

- name: Checkout M5Atom library
uses: actions/checkout@v3
with:
repository: m5stack/M5Atom
ref: 825ddb2
path: CustomLibrary_M5Atom # must contain string "Custom"

- name: Compile sketch
uses: ArminJo/arduino-test-compile@v3
with:
arduino-board-fqbn: esp32:esp32:m5stack_atom
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
required-libraries: [email protected],[email protected]
required-libraries: [email protected]
sketch-names: "*.ino"
sketch-names-find-start: bbn-*/*
extra-arduino-cli-args: "--warnings default"
Expand Down

0 comments on commit d913555

Please sign in to comment.