node-poweredup/.drone.yml
Nathan Kellenicki d71cda7cbc
All checks were successful
continuous-integration/drone/push Build is passing
Testing latest Node
2019-02-13 13:57:17 -08:00

14 lines
243 B
YAML

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