pipeline: build: group: build image: python commands: - pip install -U platformio - pio run -e ${VARIANT} matrix: VARIANT: - bike - bike_ble - esp32 - esp32_wifi - esp32_bluetooth - home_lighting-12f - home_lighting_grb - prototype - esp8266_wifi - esp8266 - esp8266-12f