diff --git a/.woodpecker.yml b/.woodpecker.yml index fffc15e..a504f93 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,6 @@ pipeline: - pip install -U platformio - pio run -e bike -e bike_ble - pio run -e bike -e bike_ble --target buildfs - - pio check -e bike -e bike_ble build_esp32: group: build image: python @@ -14,7 +13,6 @@ pipeline: - pip install -U platformio - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs - - pio check -e esp32 -e esp32_wifi -e esp32_bluetooth build_8266: group: build image: python @@ -22,4 +20,7 @@ pipeline: - pip install -U platformio - pio run -e esp8266 -e esp8266_wifi - pio run -e esp8266 -e esp8266_wifi --target buildfs - - pio check -e esp8266 -e esp8266_wifi + check: + image: python + - pip install -U platformio + - pio check -e esp32