renderbug/.woodpecker.yml
2023-02-18 15:22:40 +01:00

23 lines
430 B
YAML

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