woodpecker: add new display variant, and adjust pio check command
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torrie Fischer 2023-02-20 08:07:29 +01:00
parent bbc01f7cea
commit a9a2fb49d7

View File

@ -4,9 +4,9 @@ pipeline:
image: python
commands:
- 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 run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth -e esp32_wifi_display --target buildfs
check:
image: python
- pip install -U platformio
- pio check -e esp32
- pio check -e esp32 --skip-packages --fail-on-defect medium --severity medium --severity high --severity low --pattern 'src/*' --pattern 'lib/*'