Skip to content

Compile

Compile #3

Workflow file for this run

name: Compile
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: ${{ matrix.board.fqbn }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
board:
- fqbn: esp8266:esp8266:generic
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile Firmware
uses: arduino/compile-sketches@v1
with:
fqbn: ${{ matrix.board.fqbn }}
platforms: |
- name: esp8266:esp8266
source-url: http://arduino.esp8266.com/stable/package_esp8266com_index.json
sketch-paths: src/