espressif / esp-idf-ci-action

GitHub Action for ESP32 CI
MIT License
59 stars 24 forks source link

Add support for changing the ESP-IDF target. #6

Closed atanisoft closed 2 years ago

atanisoft commented 2 years ago

This PR adds the ability to call idf.py set-target {target} prior to idf.py build inside the docker container. This allows building a single project for multiple targets without custom commands in the GitHub action.

Replaced with: https://github.com/espressif/esp-idf-ci-action/pull/7