8 lines
183 B
YAML
8 lines
183 B
YAML
pipeline:
|
|
install:
|
|
image: node:8.11.4
|
|
commands:
|
|
- sudo apt-get update
|
|
- sudo apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
|
|
- npm install
|