renderbug/.woodpecker.yml
Torrie Fischer 8a29dd4ce1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
woodpecker: only run check once
2023-02-18 18:49:40 +01:00

27 lines
715 B
YAML

pipeline:
build_bike:
group: build
image: python
commands:
- pip install -U platformio
- pio run -e bike -e bike_ble
- pio run -e bike -e bike_ble --target buildfs
build_esp32:
group: build
image: python
commands:
- pip install -U platformio
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs
build_8266:
group: build
image: python
commands:
- pip install -U platformio
- pio run -e esp8266 -e esp8266_wifi
- pio run -e esp8266 -e esp8266_wifi --target buildfs
check:
image: python
- pip install -U platformio
- pio check -e esp32