Create idf.yml

gibve a try at espressif/esp-idf-ci-action
This commit is contained in:
demik 2025-03-03 13:07:03 +01:00 committed by GitHub
parent a71c9b8d2c
commit c3134eef71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/idf.yml vendored Normal file
View File

@ -0,0 +1,15 @@
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.4
target: esp32
path: 'main'