2023-09-19 15:34:43 +03:00
|
|
|
# esp-idf-ci
|
|
|
|
|
2023-09-19 15:46:29 +03:00
|
|
|
Building ESP-IDF projects.
|
2023-09-19 15:34:43 +03:00
|
|
|
|
2023-09-19 15:46:29 +03:00
|
|
|
## Usage
|
2023-09-19 15:33:47 +03:00
|
|
|
|
2024-07-29 09:44:09 +03:00
|
|
|
```yml
|
2023-09-19 15:33:47 +03:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
name: Building project
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
|
- name: make
|
2023-09-20 08:12:49 +03:00
|
|
|
uses: embedd-actions/esp-idf-ci@v4.4.3
|
2023-09-19 15:33:47 +03:00
|
|
|
with:
|
|
|
|
IDF_TARGET: esp32
|
|
|
|
|
|
|
|
```
|
|
|
|
|
2023-09-19 15:46:29 +03:00
|
|
|
## Available tags
|
2023-09-19 15:33:47 +03:00
|
|
|
|
|
|
|
```
|
2023-09-20 08:12:49 +03:00
|
|
|
v4.4.3
|
2023-09-19 15:33:47 +03:00
|
|
|
latest
|
|
|
|
```
|