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
|
||||||
|
|
||||||
|
|
||||||
build_project:
|
debian_386_amd64:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- dpkg-buildpackage
|
- make debian-package
|
||||||
|
- ARCH=i386 make debian-package
|
||||||
- cp ../cronos*.deb .
|
- cp ../cronos*.deb .
|
||||||
|
- rm ../cronos*
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- cronos*.deb
|
- cronos*.deb
|
||||||
tags:
|
tags:
|
||||||
- debian
|
- debian
|
||||||
|
- i386
|
||||||
|
- amd64
|
Loading…
Add table
Reference in a new issue