Update .gitlab-ci.yml
This commit is contained in:
parent
debc15abd5
commit
845bae9c34
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
debian_386_amd64:
|
debian_386_amd64:
|
||||||
stage: build
|
stage: build
|
||||||
|
environment: master
|
||||||
script:
|
script:
|
||||||
- make debian-package
|
- make debian-package
|
||||||
- ARCH=i386 make debian-package
|
- ARCH=i386 make debian-package
|
||||||
|
@ -17,6 +18,7 @@ debian_386_amd64:
|
||||||
|
|
||||||
debian_armhf:
|
debian_armhf:
|
||||||
stage: build
|
stage: build
|
||||||
|
environment: master
|
||||||
script:
|
script:
|
||||||
- make debian-package
|
- make debian-package
|
||||||
- cp ../cronos*.deb .
|
- cp ../cronos*.deb .
|
||||||
|
|
Loading…
Add table
Reference in a new issue