pitrix/.drone.yml
Fabian Schlenz f0d73f1a66
All checks were successful
continuous-integration/drone/push Build is passing
.drone.yml: Now again back to pio run with environment variables...
2019-06-06 06:39:47 +02:00

11 lines
231 B
YAML

kind: pipeline
name: default
steps:
- name: Full
image: python:2.7
commands:
- pip install -U platformio
- cp include/config.sample.h include/config.h
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE" pio run