Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Apr 2, 2024
1 parent fb5ec53 commit 52acc66
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Checkout Ethernet library
uses: actions/checkout@v3
with:
repository: m5stack/M5-Ethernet
ref: master
path: CustomLibrary_M5-Ethernet # must contain string "Custom"

- name: Checkout M5GFX library
uses: actions/checkout@v3
with:
repository: m5stack/M5GFX
ref: master
path: CustomLibrary_M5GFX # must contain string "Custom"

- name: Checkout M5Unified library
uses: actions/checkout@v3
with:
repository: m5stack/M5Unified
ref: master
path: CustomLibrary_M5Unified # must contain string "Custom"

- name: Checkout M5AtomS3 library
uses: actions/checkout@v3
with:
repository: m5stack/M5AtomS3
ref: main
path: CustomLibrary_M5AtomS3 # must contain string "Custom"

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

0 comments on commit 52acc66

Please sign in to comment.