woodpecker++

This commit is contained in:
Torrie Fischer 2023-02-18 15:19:58 +01:00
parent d14fa7fde1
commit 5bfded9277

20
.woodpecker.yml Normal file
View File

@ -0,0 +1,20 @@
pipeline:
build:
group: build
image: python
commands:
- pip install -U platformio
- pio run -e ${VARIANT}
matrix:
VARIANT:
- bike
- bike_ble
- esp32
- esp32_wifi
- esp32_bluetooth
- home_lighting-12f
- home_lighting_grb
- prototype
- esp8266_wifi
- esp8266
- esp8266-12f