.drone.yml: Now again back to `pio run` with environment variables...
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Schlenz 2019-06-06 06:39:47 +02:00
parent 68d110802a
commit f0d73f1a66
1 changed files with 1 additions and 1 deletions

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