espressif / esp-idf-ci-action

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

Adding support for passing ESP32 target type to idf.py #7

Closed atanisoft closed 2 years ago

atanisoft commented 2 years ago

This PR adds the ability to specify in the action which ESP32 target to build with.

Example run: https://github.com/atanisoft/ESP32CommandStation/actions/runs/1390658906 Workflow: https://github.com/atanisoft/ESP32CommandStation/blob/2.0/.github/workflows/main.yml

Fixes: https://github.com/espressif/esp-idf-ci-action/issues/5

jdoubleu commented 2 years ago

I think, this needs some refactoring, because of the recent changes in https://github.com/espressif/esp-idf-ci-action/commit/782c709fb62ef5a7decced7d2eb17b8480c83ef6

atanisoft commented 2 years ago

@jdoubleu yup, it certainly will.

atanisoft commented 2 years ago

@jdoubleu New PR has been raised based on the latest updates: https://github.com/espressif/esp-idf-ci-action/pull/12.