esp-idf build
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 13s
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 13s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 13s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -53,9 +53,9 @@ jobs:
|
|||||||
echo $INSIGHTS_API_KEY > firmware/components/analytics/insights_auth_key.txt
|
echo $INSIGHTS_API_KEY > firmware/components/analytics/insights_auth_key.txt
|
||||||
|
|
||||||
- name: ESP-IDF build
|
- name: ESP-IDF build
|
||||||
uses: espressif/esp-idf-ci-action@v1
|
run: |
|
||||||
with:
|
docker run --rm \
|
||||||
esp_idf_version: ${{ matrix.idf_ver }}
|
-v ${{ github.workspace }}:/project \
|
||||||
target: ${{ matrix.idf_target }}
|
-w /project/firmware \
|
||||||
path: ${{ github.workspace }}/firmware
|
espressif/idf:${{ matrix.idf_ver }} \
|
||||||
command: idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build
|
idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build
|
||||||
|
|||||||
Reference in New Issue
Block a user