"pio ci" instead of "pio run" in order to set defines.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabian Schlenz 2019-06-06 06:38:10 +02:00
parent c016a9fa1b
commit 68d110802a
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 run -DCONFIG_USABLE
- pio ci --project-option="build_flags = -DCONFIG_USABLE"