Compare commits

...

1 Commits

Author SHA1 Message Date
cd730d19a7 woodpecker++
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-02-18 15:24:40 +01:00

16
.woodpecker.yml Normal file
View File

@ -0,0 +1,16 @@
pipeline:
build:
group: build
image: python
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