Ajout construction des paquets dans le CI
This commit is contained in:
parent
c03aefc66a
commit
56732e585d
13
.drone.yml
13
.drone.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue