Luat_ESP32_S3_Playground/.drone.yml

16 lines
306 B
YAML

---
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"