esp-idf-ci/README.md

28 lines
400 B
Markdown
Raw Normal View History

2023-09-19 15:34:43 +03:00
# esp-idf-ci
Сборка проектов ESP-IDF.
2023-09-19 15:33:47 +03:00
## Пример настройки CI/CD
```
jobs:
build:
name: Building project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
uses: embedd-actions/esp-idf-ci@latest
with:
IDF_TARGET: esp32
```
## Доступные версии:
```
latest
```