diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index a371eac..0000000 --- a/.drone.yml +++ /dev/null @@ -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 - diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..0c222eb --- /dev/null +++ b/.woodpecker.yml @@ -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 +