kind: pipeline type: docker name: default steps: - name: build image: espressif/idf:release-v4.2 commands: - . $IDF_PATH/export.sh - idf.py build