Attempt to add ESP32 build to CI

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

@ -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: