Skip to content

🛠️ ci: Add compile sketch action #5

🛠️ ci: Add compile sketch action

🛠️ ci: Add compile sketch action #5

Workflow file for this run

on: [ push, pull_request ]
name: CI
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Compile Sketch
uses: actions/checkout@v4
- uses: arduino/compile-sketches@main
with:
fqbn: "m5stack:esp32:m5stack_cardputer"
platforms: |
- name: "m5stack:esp32"
source-url: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
libraries: |
- 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