This commit is contained in:
parent
d14fa7fde1
commit
cd730d19a7
16
.woodpecker.yml
Normal file
16
.woodpecker.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user