mirror of
https://github.com/embedd-actions/esp-idf-ci.git
synced 2024-12-26 00:42:08 +03:00
24 lines
346 B
Markdown
24 lines
346 B
Markdown
## Пример настройки 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
|
|
```
|