woodpecker: cut down to just esp32 builds for now
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torrie Fischer 2023-02-18 19:42:44 +01:00
parent e994f1f20c
commit 22cf849e15

View File

@ -1,11 +1,4 @@
pipeline: pipeline:
build_bike:
group: build
image: python
commands:
- pip install -U platformio
- pio run -e bike -e bike_ble
- pio run -e bike -e bike_ble --target buildfs
build_esp32: build_esp32:
group: build group: build
image: python image: python
@ -13,13 +6,6 @@ pipeline:
- pip install -U platformio - pip install -U platformio
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs
build_8266:
group: build
image: python
commands:
- pip install -U platformio
- pio run -e esp8266 -e esp8266_wifi
- pio run -e esp8266 -e esp8266_wifi --target buildfs
check: check:
image: python image: python
- pip install -U platformio - pip install -U platformio