woodpecker++
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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

17
.woodpecker.yml Normal file
View File

@ -0,0 +1,17 @@
pipeline:
build:
group: build
image: alpine:3.13
commands:
- apk add pip
- pip install -U platformio
- pio run -e ${VARIANT}
matrix:
VARIANT:
- bike
- bike_ble
- esp32_wifi
- esp32_bluetooth
- home_lighting-12f
- home_lighting_grb
- prototype