node-poweredup/.drone.yml
Nathan Kellenicki cd613cc72b
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
More Drone
2019-03-20 15:47:26 -07:00

22 lines
392 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
publish:
image: plugins/npm
username: nathankellenicki
token:
from_secret: NPM_TOKEN
when:
ref:
- refs/tags/v*