4
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
PD0ZRY Rudy 2016-08-09 16:13:58 +00:00
parent 10cebfbb9c
commit ff52d4e79f

View file

@ -19,4 +19,19 @@ debian_386_amd64:
tags:
- debian
- i386
- amd64
- amd64
debian_armv6:
stage: build
script:
- make debian-package
- cp ../cronos*.deb .
- rm ../cronos*
only:
- master
artifacts:
paths:
- cronos*.deb
tags:
- debian
- armv6