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

View file

@ -4,11 +4,13 @@ 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:
@ -16,3 +18,5 @@ build_project:
- cronos*.deb - cronos*.deb
tags: tags:
- debian - debian
- i386
- amd64