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