mirror of
https://github.com/demik/quack.git
synced 2025-04-09 10:41:46 +00:00
Create idf.yml
gibve a try at espressif/esp-idf-ci-action
This commit is contained in:
parent
a71c9b8d2c
commit
c3134eef71
15
.github/workflows/idf.yml
vendored
Normal file
15
.github/workflows/idf.yml
vendored
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user