renderbug/.woodpecker.yml
Torrie Fischer 74c2ddb405
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
docs: readthedocs.org support
2023-03-04 13:53:22 +01:00

24 lines
753 B
YAML

pipeline:
build_esp32:
group: build
image: python
commands:
- pip install -U platformio
- pio run -e esp32 -e esp32_wifi -e esp32_wifi_display
- pio run -e esp32 -e esp32_wifi -e esp32_wifi_display --target buildfs
build_esp8266:
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:
image: python
- pip install -U platformio
- pio check -e esp8266 -e esp32 --skip-packages --severity medium --severity high --pattern 'src' --pattern 'lib/Figments' --fail-on-defect high
docs:
image: python
- pip install -U breathe sphinx
- cd docs && sphinx