pitaya-launcher/.drone.yml

22 lines
527 B
YAML

---
pipeline:
test:
image: alpine:3.6
commands:
- apk add --no-cache nodejs nodejs-npm firefox-esr
- 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