projman/.drone.yml

26 lines
277 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:
2022-11-29 13:14:51 +03:00
- cd ../redhat
2022-11-29 13:03:50 +03:00
- ./build-rpm.sh
2022-11-29 13:27:58 +03:00
trigger:
2022-11-29 13:33:12 +03:00
event:
include:
- push