This commit is contained in:
parent
4e63fb945e
commit
d71cda7cbc
@ -1,13 +1,13 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
image: node:8.11.4
|
image: node:10.15.1
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
|
- apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: node:8.11.4
|
image: node:10.15.1
|
||||||
commands:
|
commands:
|
||||||
- npm run all
|
- npm run all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user