Update .gitlab-ci.yml
This commit is contained in:
parent
14b3512e8d
commit
43b2107c9c
1 changed files with 3 additions and 1 deletions
|
@ -4,11 +4,13 @@ stages:
|
|||
- build
|
||||
|
||||
|
||||
build_project:
|
||||
debian_386_amd64:
|
||||
stage: build
|
||||
script:
|
||||
- make debian-package
|
||||
- ARCH=i386 make debian-package
|
||||
- cp ../cronos*.deb .
|
||||
- rm ../cronos*
|
||||
only:
|
||||
- master
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Reference in a new issue