wifiscan/.drone.yml

14 lines
208 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: python:3-alpine
commands:
- apk add gcompat
- ln -s /lib /lib64
- pip install platformio
- pio run