woodpecker: add new display variant, and adjust pio check command
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
bbc01f7cea
commit
a9a2fb49d7
@ -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/*'
|
||||
|
Loading…
Reference in New Issue
Block a user