node-poweredup/.drone.yml
Nathan Kellenicki 60dee2c62d
Some checks failed
continuous-integration/drone/push Build is failing
Updated docs
2021-08-29 20:56:42 -07:00

23 lines
440 B
YAML

pipeline:
install:
image: node:10.15.1
commands:
- apt-get update
- apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
- git submodule update --init --recursive
- 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*