Ajout construction des paquets dans le CI

This commit is contained in:
wpetit 2017-07-24 17:22:34 +02:00
父節點 c03aefc66a
當前提交 56732e585d
共有 1 個文件被更改,包括 13 次插入0 次删除

查看文件

@ -6,3 +6,16 @@
- 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