pitaya-launcher/.drone.yml

9 lines
166 B
YAML
Raw Normal View History

2017-07-24 15:12:00 +02:00
---
pipeline:
test:
2017-07-24 15:25:58 +02:00
image: alpine:3.6
2017-07-24 15:12:00 +02:00
commands:
2017-07-24 15:25:58 +02:00
- apk add --no-cache nodejs nodejs-npm firefox-esr
2017-07-24 15:12:00 +02:00
- npm install
- npm test