mirror of
https://github.com/embedd-actions/esp-idf-ci.git
synced 2024-12-25 16:32:06 +03:00
400 B
400 B
esp-idf-ci
Сборка проектов ESP-IDF.
Пример настройки 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