Update .gitlab-ci.yml
This commit is contained in:
parent
845bae9c34
commit
911195052c
1 changed files with 16 additions and 5 deletions
|
@ -1,8 +1,21 @@
|
||||||
debian_386_amd64:
|
debian_amd64:
|
||||||
stage: build
|
stage: build
|
||||||
environment: master
|
|
||||||
script:
|
script:
|
||||||
- make debian-package
|
- make debian-package
|
||||||
|
- cp ../cronos*.deb .
|
||||||
|
- rm ../cronos*
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- cronos*.deb
|
||||||
|
tags:
|
||||||
|
- debian
|
||||||
|
- amd64
|
||||||
|
|
||||||
|
debian_386:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
- ARCH=i386 make debian-package
|
- ARCH=i386 make debian-package
|
||||||
- cp ../cronos*.deb .
|
- cp ../cronos*.deb .
|
||||||
- rm ../cronos*
|
- rm ../cronos*
|
||||||
|
@ -14,11 +27,9 @@ debian_386_amd64:
|
||||||
tags:
|
tags:
|
||||||
- debian
|
- debian
|
||||||
- i386
|
- i386
|
||||||
- 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