espressif / esp-idf-ci-action

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

Add support for parametrized build #2

Closed georgik closed 2 years ago

georgik commented 3 years ago

Current version of the action executes just idf.py build. It's not possible to pass any specific options or commands to the build process.

Add possibility to specify options which are then passed to the container. This can be solved by adding another record to inputs in action.yml