ДОбавил сборку в drone
This commit is contained in:
parent
c7fb966326
commit
f422aa9d64
20
.drone.yml
Normal file
20
.drone.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user