diff --git a/woodpecker.yml b/woodpecker.yml new file mode 100644 index 0000000..3ea478b --- /dev/null +++ b/woodpecker.yml @@ -0,0 +1,8 @@ +pipeline: + build: + image: make + commands: + - make build + - make upload + +