Compare commits

..

No commits in common. "a33780a3a7ff65553a010ce8bfe5326211390f02" and "b0f6691a7d0b7051bea784e88210e3e6f4696b6a" have entirely different histories.

2 changed files with 5 additions and 5 deletions

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

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