Add esp idf build workflow
Some checks failed
clang-format Check / Formatting Check (map[check:main/src exclude:]) (push) Has been cancelled
Some checks failed
clang-format Check / Formatting Check (map[check:main/src exclude:]) (push) Has been cancelled
This commit is contained in:
parent
d254049421
commit
2bc3e68119
16
.gitea/workflows/build.yaml
Normal file
16
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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@v1
|
||||||
|
with:
|
||||||
|
esp_idf_version: v4.4
|
||||||
|
target: esp32s2
|
||||||
|
path: 'esp32-s2-hmi-devkit-1/examples/smart-panel'
|
||||||
Loading…
Reference in New Issue
Block a user