Skip to content

Commit

Permalink
🛠️ ci: Add compile sketch action
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed Jun 29, 2024
1 parent 069a684 commit 0e6490e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
fail-fast: false

steps:
- name: Compile Sketch
uses: actions/checkout@v4

- uses: arduino/compile-sketches@v1
- uses: arduino/compile-sketches@main
with:
fqbn: "m5stack:esp32:m5stack_cardputer"
platforms: |
Expand All @@ -20,5 +23,8 @@ jobs:
- source-path: ./
- name: M5Cardputer
- name: IRRemoteESP8266
- source-url: https://github.com/m5stack/M5Unified.git
- source-url: https://github.com/m5stack/M5Cardputer.git
- source-url: https://github.com/crankyoldgit/IRremoteESP8266.git
sketch-paths: ./
verbose: true

0 comments on commit 0e6490e

Please sign in to comment.