esp-idf-ci-action icon indicating copy to clipboard operation
esp-idf-ci-action copied to clipboard

GitHub Action for ESP32 CI

Results 4 esp-idf-ci-action issues
Sort by recently updated
recently updated
newest added

I have added the following my Github actions ``` - uses: espressif/esp-idf-ci-action@v1 with: esp_idf_version: v5.0.4 target: esp32s3 ``` I need to perform multiple builds, so the "command" parameter is completely...

## Configurable Docker image source Added `esp_idf_root` to be used as source for the docker image. Can be used to select docker images hosted on different accounts or servers. ##...

Hello, I'm encountering an issue with `espressif/esp-idf-ci-action@v1` while trying to build a project in my CI pipeline. The project uses the IDF Component Manager to fetch a component from a...

enhancement

I have multiple projects that use one component. ``` project home - component - path1 - CMakeLists.txt - sdkconfig - main - CMakeLists.txt - main.c - path2 - CMakeLists.txt -...