4
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
PD0ZRY Rudy 2016-08-08 20:51:44 +00:00
parent 14b3512e8d
commit 43b2107c9c

View file

@ -4,11 +4,13 @@ stages:
- build - build
build_project: debian_386_amd64:
stage: build stage: build
script: script:
- make debian-package - make debian-package
- ARCH=i386 make debian-package
- cp ../cronos*.deb . - cp ../cronos*.deb .
- rm ../cronos*
only: only:
- master - master
artifacts: artifacts: