projman/.drone.yml
2022-11-29 13:14:51 +03:00

20 lines
227 B
YAML

---
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