kind: pipeline name: default steps: - name: Full image: python:3 commands: - pip install -U platformio - cp include/config.sample.h include/config.h - pio run -DCONFIG_USABLE