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
build_project: debian_386_amd64:
stage: build stage: build
script: script:
- dpkg-buildpackage - make debian-package
- ARCH=i386 make debian-package
- cp ../cronos*.deb . - cp ../cronos*.deb .
- rm ../cronos*
only: only:
- master - master
artifacts: artifacts:
paths: paths:
- cronos*.deb - cronos*.deb
tags: tags:
- debian - debian
- i386
- amd64