From 62104a16d91f558f630b78d89021543bbfe3849e Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 31 Dec 2021 14:39:49 +0100 Subject: [PATCH] Added CI file --- .woodpecker.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..f07305b --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: 'archlinux:latest' + commands: + - pacman -Syu --needed --noconfirm base-devel + - makepkg -s + - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'