node-poweredup/.drone.yml
Nathan Kellenicki 33fb7f4907
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is failing
Fixed drone pipeline again
2019-03-20 15:09:39 -07:00

23 lines
412 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:
username: nathankellenicki
token:
from_secret: NPM_TOKEN
when:
ref:
- refs/tags/v*