Added Drone config

This commit is contained in:
Nathan Kellenicki 2019-02-13 13:18:32 -08:00
parent 2e68ae5409
commit 1ff3d2c8c3

7
.drone.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
install:
image: node:8.11.4
commands:
- sudo apt-get update
- sudo apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
- npm install