This commit is contained in:
parent
026ed27d8e
commit
33a9f86be2
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Full
|
||||||
|
image: python:2.7
|
||||||
|
commands:
|
||||||
|
- pip install pio
|
||||||
|
- cp include/config.sample.h include/config.h
|
||||||
|
- pio run -DCONFIG_USABLE
|
Loading…
Reference in New Issue
Block a user