Added CI file
ci/woodpecker/push/woodpecker Pipeline failed Details

main
Jef Roosens 2021-12-31 14:39:49 +01:00
parent a1f977b265
commit 62104a16d9
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 7 additions and 0 deletions

7
.woodpecker.yml 100644
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'