pitaya-launcher/.drone.yml

22 lines
512 B
YAML
Raw Normal View History

2017-07-24 15:12:00 +02:00
---
pipeline:
test:
image: node:6-alpine
2017-07-24 15:12:00 +02:00
commands:
- apk add --no-cache firefox-esr
2017-07-24 15:12:00 +02:00
- npm install
- npm test
package-64:
group: package
image: bornholm/drone-tamarin:latest
dest_dir: packages
volumes:
- /var/run/docker.sock:/var/run/docker.sock
package-32:
group: package
image: bornholm/drone-tamarin:latest
arch: i386
dest_dir: packages
volumes:
- /var/run/docker.sock:/var/run/docker.sock