11 lines
286 B
YAML
11 lines
286 B
YAML
|
platform: linux/arm32v6
|
||
|
clone:
|
||
|
git:
|
||
|
image: "arm32v6local:dronegit"
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: arm32v6/python:3.6-alpine3.6
|
||
|
commands:
|
||
|
- pip3 install -r requirements.txt
|
||
|
- pip3 install pycodestyle
|
||
|
- python3 -m pycodestyle .
|