esp-idf-ci/README.md

29 lines
345 B
Markdown
Raw Permalink Normal View History

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
```
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
```