Fixes in .drone.yml: Python3, platformio instead of pio.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Fabian Schlenz 2019-06-06 06:32:47 +02:00
parent 33a9f86be2
commit 38f3ce5a72

View File

@ -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