ДОбавил сборку в drone

This commit is contained in:
svkalinin 2022-11-29 13:03:50 +03:00
parent c7fb966326
commit f422aa9d64

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: build DEB
commands:
- cd debian
- ./build-deb-projman.sh
- name: build RPM
commands:
- cd redhat
- ./build-rpm.sh