Merge branch 'master' of https://code.brandmeister.network/r3abm/CronosAgent
This commit is contained in:
commit
092c1c22d4
1 changed files with 7 additions and 3 deletions
|
@ -4,15 +4,19 @@ stages:
|
|||
- build
|
||||
|
||||
|
||||
build_project:
|
||||
debian_386_amd64:
|
||||
stage: build
|
||||
script:
|
||||
- dpkg-buildpackage
|
||||
- make debian-package
|
||||
- ARCH=i386 make debian-package
|
||||
- cp ../cronos*.deb .
|
||||
- rm ../cronos*
|
||||
only:
|
||||
- master
|
||||
artifacts:
|
||||
paths:
|
||||
- cronos*.deb
|
||||
tags:
|
||||
- debian
|
||||
- debian
|
||||
- i386
|
||||
- amd64
|
Loading…
Add table
Reference in a new issue