converter/.drone.yml

9 lines
159 B
YAML

pipeline:
build:
image: node:8
commands:
- apt-get install -yq libx11-xcb1
- npm install
- npm run test
- npm run build-prod