Added CI file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jef Roosens 2021-12-31 14:39:49 +01:00
parent a1f977b265
commit 62104a16d9
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

7
.woodpecker.yml Normal file
View file

@ -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'