Update .gitlab-ci.yml
This commit is contained in:
parent
10cebfbb9c
commit
ff52d4e79f
1 changed files with 16 additions and 1 deletions
|
@ -19,4 +19,19 @@ debian_386_amd64:
|
||||||
tags:
|
tags:
|
||||||
- debian
|
- debian
|
||||||
- i386
|
- i386
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
|
debian_armv6:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- make debian-package
|
||||||
|
- cp ../cronos*.deb .
|
||||||
|
- rm ../cronos*
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- cronos*.deb
|
||||||
|
tags:
|
||||||
|
- debian
|
||||||
|
- armv6
|
Loading…
Add table
Reference in a new issue