node-poweredup/.drone.yml
Nathan Kellenicki 4e63fb945e
All checks were successful
continuous-integration/drone/push Build is passing
Added build step
2019-02-13 13:54:22 -08:00

14 lines
241 B
YAML

pipeline:
install:
image: node:8.11.4
commands:
- apt-get update
- apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
- npm install
build:
image: node:8.11.4
commands:
- npm run all