--- kind: pipeline type: docker name: Build steps: - name: Submodules image: alpine/git commands: - git submodule update --init --recursive - name: IDF Build image: "espressif/idf:v5.0" commands: - bash -c ". $IDF_PATH/export.sh && idf.py build && idf.py size-components"