Attempt to add ESP32 build to CI
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Pierre HUBERT 2024-10-14 22:34:13 +02:00
parent 2a7f560fbb
commit d423024386

View File

@ -59,7 +59,7 @@ steps:
image: espressif/idf:v5.2.2 # FIXME : upgrade to 5.3.1 image: espressif/idf:v5.2.2 # FIXME : upgrade to 5.3.1
commands: commands:
- cd esp32_device - cd esp32_device
- idf.py build - /opt/esp/entrypoint.sh idf.py build
volumes: volumes: