Compare commits

..

2 Commits

Author SHA1 Message Date
a33780a3a7 New paths for PIOv4
Some checks failed
continuous-integration/drone/push Build is failing
2019-07-11 08:56:26 +02:00
d2cd7f3445 Update from python2.7 to python3 2019-07-11 08:50:42 +02:00
2 changed files with 5 additions and 5 deletions

@ -3,12 +3,12 @@ name: default
steps: steps:
- name: build - name: build
image: python:2 image: python:3
commands: commands:
- pip install platformio - pip install platformio
- pio run - pio run
- name: upload - name: upload
image: python:2 image: python:3
commands: commands:
- make otaupload - make otaupload
- name: release - name: release

@ -2,5 +2,5 @@ build:
pio run pio run
otaupload: otaupload:
pip install -r .piolibdeps/Homie/scripts/ota_updater/requirements.txt pip install -r .pio/libdeps/Homie/scripts/ota_updater/requirements.txt
python .piolibdeps/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pioenvs/nodemcu/firmware.bin python .pio/libdeps/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pio/build/nodemcu/firmware.bin