kind: pipeline name: default steps: - name: build image: python:3 commands: - pip install platformio - pio ci --lib src/ examples/HelloWorld --board=pro16MHzatmega328 - pio ci --lib src/ examples/Max7456Write --board=pro16MHzatmega328