Added Drone config
This commit is contained in:
parent
2e68ae5409
commit
1ff3d2c8c3
7
.drone.yml
Normal file
7
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user