.drone.yml: Now again back to pio run with environment variables...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Schlenz 2019-06-06 06:39:47 +02:00
parent 68d110802a
commit f0d73f1a66

View File

@ -7,4 +7,4 @@ steps:
commands:
- pip install -U platformio
- cp include/config.sample.h include/config.h
- pio ci --project-option="build_flags = -DCONFIG_USABLE"
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE" pio run