Add CI build, closes #1
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Lucidiot 2021-07-24 21:50:06 +02:00
parent 163237cca6
commit 514f30d9b2
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
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