diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..58552db --- /dev/null +++ b/.drone.yml @@ -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