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
|
||||||
|
|
||||||
|
|
||||||
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue