pipeline: build_esp32: group: build image: python commands: - pip install -U platformio - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display --target buildfs check: image: python - pip install -U platformio - pio check -e esp32 --skip-packages --fail-on-defect medium --severity medium --severity high --severity low --pattern 'src/*' --pattern 'lib/*'