3
Fork 0

rm .gitlab-ci.yml

This commit is contained in:
Stefan Saraev 2024-02-26 22:59:30 +02:00
parent 9c861df1ae
commit e738269410

View file

@ -1,47 +0,0 @@
debian_amd64:
stage: build
script:
- make debian-package
- mkdir build
- cp ../cronos*.deb build/
- rm ../cronos*
only:
- master
artifacts:
paths:
- build/*
tags:
- debian
- amd64
debian_386:
stage: build
script:
- ARCH=i386 make debian-package
- mkdir build
- cp ../cronos*.deb build/
- rm ../cronos*
only:
- master
artifacts:
paths:
- build/*
tags:
- debian
- i386
debian_armhf:
stage: build
script:
- make debian-package
- mkdir build
- cp ../cronos*.deb build/
- rm ../cronos*
only:
- master
artifacts:
paths:
- build/*
tags:
- debian
- armv6