Fabian Schlenz
66c424ed47
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
382 B
YAML
12 lines
382 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: PlatformIO
|
|
image: python:2.7
|
|
commands:
|
|
- pip install -U platformio
|
|
- cp include/config.sample.h include/config.h
|
|
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -DDEBUG -DMQTT_ENABLE -DMQTT_REPORT_METRICS" pio run
|
|
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -UDEBUG -UMQTT_ENABLE -UMQTT_REPORT_METRICS" pio run
|