4
Fork 0

Updated gitlab-ci

This commit is contained in:
PD0ZRY Rudy 2016-09-14 13:14:01 +02:00
parent fe2d1c62a7
commit cdc3d16a18

View file

@ -2,13 +2,14 @@ debian_amd64:
stage: build
script:
- make debian-package
- cp ../cronos*.deb .
- mkdir build
- cp ../cronos*.deb build/
- rm ../cronos*
only:
- master
artifacts:
paths:
- cronos*.deb
- build/*
tags:
- debian
- amd64
@ -17,13 +18,14 @@ debian_386:
stage: build
script:
- ARCH=i386 make debian-package
- cp ../cronos*.deb .
- mkdir build
- cp ../cronos*.deb build/
- rm ../cronos*
only:
- master
artifacts:
paths:
- cronos*.deb
- build/*
tags:
- debian
- i386
@ -41,4 +43,4 @@ debian_armhf:
- cronos*.deb
tags:
- debian
- armv6
- armv6