Skip to content

Commit

Permalink
Add GraphicalMeter complie check on core
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Dec 13, 2024
1 parent 15872ed commit a82139b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/arduino-esp-v2-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ jobs:
archi:
- esp32

include:
# Specific sketches for m5stack-core-esp32 only
- sketch: GraphicalMeter
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
platform: esp32
archi: esp32
platform-version: 2.0.17
board: m5stack-core-esp32

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/arduino-esp-v3-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ jobs:
archi:
- esp32

include:
# Specific sketches for m5stack-core-esp32 only
- sketch: GraphicalMeter
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
platform-version: 3.0.4
platform: esp32
archi: esp32
board: m5stack_core

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/arduino-m5-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ jobs:
archi:
- esp32

include:
# Specific sketches for m5stack-core-esp32 only
- sketch: GraphicalMeter
platform-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
platform-version: 2.1.2
platform: m5stack
archi: esp32
board: m5stack_core

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a82139b

Please sign in to comment.