"pio ci" instead of "pio run" in order to set defines.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c016a9fa1b
commit
68d110802a
@ -7,4 +7,4 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- cp include/config.sample.h include/config.h
|
- cp include/config.sample.h include/config.h
|
||||||
- pio run -DCONFIG_USABLE
|
- pio ci --project-option="build_flags = -DCONFIG_USABLE"
|
||||||
|
Loading…
Reference in New Issue
Block a user