Woodpecker test

master
svkalinin 2022-12-21 16:06:36 +03:00
parent b6afcc4c5f
commit a7af815ce4
2 changed files with 13 additions and 25 deletions

View File

@ -1,25 +0,0 @@
---
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
trigger:
event:
include:
- push

13
.woodpecker.yml 100644
View File

@ -0,0 +1,13 @@
---
pipeline:
build_deb:
image: svk28/tcltk-build-debian
commands:
- cd debian
- ./build-deb-projman.sh
build_rpm:
image: svk28/tcltk-build-centos
commands:
- cd redhat
- ./build-rpm.sh