converter/.drone.yml

10 lines
330 B
YAML
Raw Normal View History

2018-09-01 03:02:36 +02:00
pipeline:
build:
image: node:8
commands:
2018-09-01 04:21:24 +02:00
- apt-get update
2018-09-01 05:08:24 +02:00
- apt-get install -yq libx11-xcb1 libxcomposite1 libxcursor1 libxdamage1 libcups2 libxss1 libxrandr2 libpangocairo-1.0-0 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libnss3 libasound2
2018-09-01 03:02:36 +02:00
- npm install
- npm run test
- npm run build-prod