Сборка проекта ESP-IDF
Go to file
2023-09-19 15:34:43 +03:00
action.yml init 2023-09-19 15:33:47 +03:00
Dockerfile init 2023-09-19 15:33:47 +03:00
README.md Update README.md 2023-09-19 15:34:43 +03:00

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