Ken Van Hoeylandt 6fd12b2160 initial commit
2023-12-25 12:42:06 +01:00

17 lines
350 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: recursive
- name: esp-idf build
uses: espressif/esp-idf-ci-action@main
with:
esp_idf_version: v5.1
target: esp32
path: './'