mirror of
https://github.com/embedd-actions/esp-idf-ci.git
synced 2024-12-26 08:52:16 +03:00
28 lines
338 B
Markdown
28 lines
338 B
Markdown
# esp-idf-ci
|
|
|
|
Building ESP-IDF projects.
|
|
|
|
## Usage
|
|
|
|
```
|
|
|
|
jobs:
|
|
build:
|
|
name: Building project
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: make
|
|
uses: embedd-actions/esp-idf-ci@v4.4.3
|
|
with:
|
|
IDF_TARGET: esp32
|
|
|
|
```
|
|
|
|
## Available tags
|
|
|
|
```
|
|
latest
|
|
```
|