This commit is contained in:
parent
cbe3ba3f30
commit
f279272c95
@ -1,22 +1,28 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build_bike:
|
build_bike:
|
||||||
group: build
|
group: build
|
||||||
image: python
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add yajl-tools
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- pio run -e bike -e bike_ble
|
- pio run -e bike -e bike_ble
|
||||||
- pio run -e bike -e bike_ble --target buildfs
|
- pio run -e bike -e bike_ble --target buildfs
|
||||||
|
- pio check -e bike -e bike_ble
|
||||||
build_esp32:
|
build_esp32:
|
||||||
group: build
|
group: build
|
||||||
image: python
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add yajl-tools
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth
|
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth
|
||||||
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs
|
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs
|
||||||
|
- pio check -e esp32 -e esp32_wifi -e esp32_bluetooth
|
||||||
build_8266:
|
build_8266:
|
||||||
group: build
|
group: build
|
||||||
image: python
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add yajl-tools
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- pio run -e esp8266 -e esp8266_wifi
|
- pio run -e esp8266 -e esp8266_wifi
|
||||||
- pio run -e esp8266 -e esp8266_wifi --target buildfs
|
- pio run -e esp8266 -e esp8266_wifi --target buildfs
|
||||||
|
- pio check -e esp8266 -e esp8266_wifi
|
||||||
|
Loading…
Reference in New Issue
Block a user