Added build step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nathan Kellenicki 2019-02-13 13:54:22 -08:00
parent 99cbec0926
commit 4e63fb945e

View File

@ -1,7 +1,13 @@
pipeline: pipeline:
install: install:
image: node:8.11.4 image: node:8.11.4
commands: commands:
- apt-get update - apt-get update
- apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev - apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
- npm install - npm install
build:
image: node:8.11.4
commands:
- npm run all