Woodpecker test
This commit is contained in:
parent
b6afcc4c5f
commit
a7af815ce4
25
.drone.yml
25
.drone.yml
|
@ -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
Normal file
13
.woodpecker.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user