ДОбавил сборку в drone
continuous-integration/drone Build is failing Details

master
svkalinin 2022-11-29 13:03:50 +03:00
parent c7fb966326
commit f422aa9d64
1 changed files with 20 additions and 0 deletions

20
.drone.yml 100644
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