Fixes in .drone.yml: Python3, platformio instead of pio.
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
33a9f86be2
commit
38f3ce5a72
@ -3,8 +3,8 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Full
|
- name: Full
|
||||||
image: python:2.7
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- pip install pio
|
- 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 run -DCONFIG_USABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user