renderbug/.woodpecker.yml
Torrie Fischer 22cf849e15
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
woodpecker: cut down to just esp32 builds for now
2023-02-18 19:42:44 +01:00

13 lines
329 B
YAML

pipeline:
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
check:
image: python
- pip install -U platformio
- pio check -e esp32