projman/.drone.yml

21 lines
225 B
YAML
Raw Normal View History

2022-11-29 13:03:50 +03:00
---
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