node-poweredup/.drone.yml
Nathan Kellenicki e311b6a737
Some checks failed
continuous-integration/drone Build is failing
Fixed drone pipeline
2019-03-20 15:01:23 -07:00

22 lines
379 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
settings:
token:
from_secret: NPM_TOKEN
when:
ref:
- refs/tags/v*