Update from python2.7 to python3
This commit is contained in:
@ -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
|
||||||
@ -20,4 +20,4 @@ steps:
|
|||||||
- .pioenvs/nodemcu/firmware.bin
|
- .pioenvs/nodemcu/firmware.bin
|
||||||
- .pioenvs/nodemcu/firmware.elf
|
- .pioenvs/nodemcu/firmware.elf
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Reference in New Issue
Block a user