4
Fork 0
This commit is contained in:
Artem Prilutskiy 2016-08-09 14:12:45 +03:00
commit 092c1c22d4

View file

@ -4,15 +4,19 @@ stages:
- build
build_project:
debian_386_amd64:
stage: build
script:
- dpkg-buildpackage
- make debian-package
- ARCH=i386 make debian-package
- cp ../cronos*.deb .
- rm ../cronos*
only:
- master
artifacts:
paths:
- cronos*.deb
tags:
- debian
- debian
- i386
- amd64